@@ -20,6 +20,8 @@
$old_file_version = '1.8.5';
$new_file_version = '1.8.6';
+Log::notice("Starting update db " . $old_file_version . ' -> ' . $new_file_version);
+
// Check if we come from index.php or update_courses.php - otherwise display error msg
if (defined('SYSTEM_INSTALLATION')) {
$old_file_version = '1.8.6';
$new_file_version = '1.8.6.1';
//check if we come from index.php or update_courses.php - otherwise display error msg
$old_file_version = '1.8.6.1';
$new_file_version = '1.8.6.2';
$old_file_version = '1.8.6.2';
$new_file_version = '1.8.7';
$old_file_version = '1.8.7';
$new_file_version = '1.8.8';
$old_file_version = '1.8.8';
$new_file_version = '1.9.0';
@@ -18,6 +18,8 @@
* @package chamilo.install
*/
+Log::notice("Starting " . basename(__FILE__));
function insert_db($db_name, $folder_name, $text) {
// TODO: The (global?) variable $_course has not been declared/initialized.
@@ -17,6 +17,8 @@
// Edit the configuration file
@@ -17,6 +17,9 @@
* version be available until the end of the installation.
@@ -11,6 +11,9 @@
* current configuration file.
@@ -11,6 +11,8 @@