{{t('If you plan to upgrade from an older version of Chamilo, you might want to')}}
{{t("If you plan to upgrade from an older version of Chamilo, you might want to")}}
<a
href="/main/documentation/changelog.html"
target="_blank"
v-text="t('have a look at the changelog')"
/>
{{t('to know what\'s new and what has been changed.')}}
{{t("to know what's new and what has been changed.")}}
</p>
<h2
@ -44,7 +44,11 @@
:closable="false"
severity="warn"
>
{{t('We have detected that your PHP installation does not define the date.timezone setting. This is a requirement of Chamilo. Please make sure it is configured by checking your php.ini configuration, otherwise you will run into problems. We warned you!')}}
{{
t(
"We have detected that your PHP installation does not define the date.timezone setting. This is a requirement of Chamilo. Please make sure it is configured by checking your php.ini configuration, otherwise you will run into problems. We warned you!",
)
}}
</Message>
<h3
@ -53,9 +57,7 @@
/>
<divclass="text-center mb-4">
<pclass="text-body-2 font-semibold mb-2">
{{t('PHP version ')}}>={{installerData.phpRequiredVersion}}
</p>
<pclass="text-body-2 font-semibold mb-2">{{t("PHP version ")}}>={{installerData.phpRequiredVersion}}</p>
<p
v-if="installerData.stepData.isVersionPassed"
class="text-success text-body-1 font-semibold"
@ -64,13 +66,17 @@
class="mdi mdi-check"
aria-hidden="true"
/>
{{t('Your PHP version matches the minimum requirement:')}}
{{t("Your PHP version matches the minimum requirement:")}}
{{installerData.stepData.phpVersion}}
</p>
<p
v-else
class="text-error text-body-1 font-semibold"
v-text="t('Your PHP version does not match the requirements for this software. Please check you have the latest version, then try again.')"
v-text="
t(
'Your PHP version does not match the requirements for this software. Please check you have the latest version, then try again.',
v-text="t('Recommended settings for your server configuration. These settings are set in the php.ini configuration file on your server.')"
v-text="
t(
'Recommended settings for your server configuration. These settings are set in the php.ini configuration file on your server.',
)
"
/>
<divclass="table-responsive">
<tableclass="requirements-list">
@ -151,7 +165,9 @@
v-text="t('Directory and files permissions')"
/>
<p
v-t="'Some directories and the files they include must be writable by the web server in order for Chamilo to run (user uploaded files, homepage html files, ...). This might imply a manual change on your server (outside of this interface).'"
v-t="
'Some directories and the files they include must be writable by the web server in order for Chamilo to run (user uploaded files, homepage html files, ...). This might imply a manual change on your server (outside of this interface).'
"
class="mb-4"
/>
@ -159,7 +175,7 @@
<tableclass="requirements-list">
<tbody>
<tr
v-for="({item, status}, i) in installerData.stepData.pathPermissions"
v-for="({item, status}, i) in installerData.stepData.pathPermissions"
{{t('Some files or folders don\'t have writing permission. To be able to install Chamilo you should first change their permissions (using CHMOD). Please read the')}}
{{
t(
"Some files or folders don't have writing permission. To be able to install Chamilo you should first change their permissions (using CHMOD). Please read the",
v-html="t('Because the <code>newscorm</code> and <code>exercice</code> directories were renamed to <code>lp</code> and <code>exercise</code> respectively, is necessary to delete or rename to <code>newscorm_old</code> and <code>exercice_old</code>.')"
v-html="
t(
'Because the <code>newscorm</code> and <code>exercice</code> directories were renamed to <code>lp</code> and <code>exercise</code> respectively, is necessary to delete or rename to <code>newscorm_old</code> and <code>exercice_old</code>.',
v-t="'You are about to start using one of the best open-source e-learning platform on the market. Like many other open-source project, this project is backed up by a large community of students, teachers, developers and content creators who would like to promote the project better.'"
v-t="
'You are about to start using one of the best open-source e-learning platform on the market. Like many other open-source project, this project is backed up by a large community of students, teachers, developers and content creators who would like to promote the project better.'
"
class="mb-3"
/>
<p
v-t="'By knowing a little bit more about you, one of our most important users, who will manage this e-learning system, we will be able to let people know that our software is used and let you know when we organize events that might be relevant to you.'"
v-t="
'By knowing a little bit more about you, one of our most important users, who will manage this e-learning system, we will be able to let people know that our software is used and let you know when we organize events that might be relevant to you.'
"
class="mb-3"
/>
<p
v-t="'By filling this form, you accept that the Chamilo association or its members might send you information by e-mail about important events or updates in the Chamilo software or community. This will help the community grow as an organized entity where information flow, with a permanent respect of your time and your privacy.'"
v-t="
'By filling this form, you accept that the Chamilo association or its members might send you information by e-mail about important events or updates in the Chamilo software or community. This will help the community grow as an organized entity where information flow, with a permanent respect of your time and your privacy.'
"
class="mb-3"
/>
<p
class="mb-3"
v-html="t('Please note that you are <b>not required</b> to fill this form. If you want to remain anonymous, we will loose the opportunity to offer you all the privileges of being a registered portal administrator, but we will respect your decision. Simply leave this form empty and click Next')"
v-html="
t(
'Please note that you are <b>not required</b> to fill this form. If you want to remain anonymous, we will loose the opportunity to offer you all the privileges of being a registered portal administrator, but we will respect your decision. Simply leave this form empty and click Next',
alert(t("The form contains incorrect or incomplete data. Please check your input."))
}else{
alert(
t('Your contact information could not be sent. This is probably due to a temporary network problem. Please try again in a few seconds. If the problem remains, ignore this registration process and simply click the button to go to the next step.')
);
t(
"Your contact information could not be sent. This is probably due to a temporary network problem. Please try again in a few seconds. If the problem remains, ignore this registration process and simply click the button to go to the next step.",
v-t="'The upgrade script will recover and update the Chamilo database(s). In order to do this, this script will use the databases and settings defined below. Because our software runs on a wide range of systems and because all of them might not have been tested, we strongly recommend you do a full backup of your databases before you proceed with the upgrade!'"
v-t="
'The upgrade script will recover and update the Chamilo database(s). In order to do this, this script will use the databases and settings defined below. Because our software runs on a wide range of systems and because all of them might not have been tested, we strongly recommend you do a full backup of your databases before you proceed with the upgrade!'
"
class="RequirementContent mb-4"
/>
<p
v-else
v-t="'The install script will create (or use) the Chamilo database using the database name given here. Please make sure the user you give has the right to create the database by the name given here. If a database with this name exists, it will be overwritten. Please do not use the root user as the Chamilo database user. This can lead to serious security issues.'"
v-t="
'The install script will create (or use) the Chamilo database using the database name given here. Please make sure the user you give has the right to create the database by the name given here. If a database with this name exists, it will be overwritten. Please do not use the root user as the Chamilo database user. This can lead to serious security issues.'
{{t('The database connection has failed. This is generally due to the wrong user, the wrong password or the wrong database prefix being set above. Please review these settings and try again.')}}
{{
t(
"The database connection has failed. This is generally due to the wrong user, the wrong password or the wrong database prefix being set above. Please review these settings and try again.",
{{t('The install script will erase all tables of the selected database. We heavily recommend you do a full backup of them before confirming this last install step.')}}
{{
t(
"The install script will erase all tables of the selected database. We heavily recommend you do a full backup of them before confirming this last install step.",
v-t="'When you enter your portal for the first time, the best way to understand it is to create a course with the \'Create course\' link in the menu and play around a little.'"
v-t="
'When you enter your portal for the first time, the best way to understand it is to create a course with the \'Create course\' link in the menu and play around a little.'