Analysis #6938
Chamilo 4.0 installation failed at step 10 (changeset 3551:42a8d9fec69b)
0%
Description
I have downloaded the latest Chamilo 4.0 candidate release (bitbucket changeset 3551:42a8d9fec69b)
selected and enabled all the features and packages.
the installation stopped at step 10 after the package "Administration",
the following sever error message displayed:
Platform installation failed - core\metadata
CurrentRegistrationDependency
Package dependencies failed to verify
InstallerFailed
History
Updated by Sven Vanpoucke about 9 years ago
Make sure that you have updated to the stable branch (C4). To do this you can execute the following command in the root of chamilo.
php script/phing.php -Daction=update -Dtarget-branch="C4" get-all
This will update all the repositories to the C4 branch, which is marked stable and used in several production environments.
Updated by Sven Vanpoucke about 9 years ago
- Status changed from New to Bug resolved
- Assignee set to Sven Vanpoucke
Should be fixed with latest code. Make sure to retrieve the latest version of the core (root) and the metadata core application.
Updated by Rory Fogerty over 8 years ago
This is not fixed - I also downloaded the so-called latest version by following the link from the Chamilo website http://lcms.chamilo.org/node/18
Followed the installation instructions and bingo "Package dependencies failed to verify" just as described here.
If it helps I was installing into a directory called chamilolcms/ - is chamilo/ hard coded? When I refreshed the screen I was given the following trace:
#0 /var/www/html/chamilolcms/common/libraries/php/shared/storage/implementation/doctrine/database.class.php(1237): common\libraries\DoctrineDatabase->get_records_result('SELECT alias_ls...', 'common\librarie...', Object(common\libraries\DataClassRetrievesParameters))
#1 /var/www/html/chamilolcms/common/libraries/php/shared/storage/data_manager.class.php(269): common\libraries\DoctrineDatabase->retrieves('common\librarie...', Object(common\libraries\DataClassRetrievesParameters))
#2 /var/www/html/chamilolcms/common/libraries/php/shared/configuration/platform_setting.class.php(90): common\libraries\DataManager::retrieves('common\librarie...')
#3 /var/www/html/chamilolcms/common/libraries/php/shared/configuration/platform_setting.class.php(33): common\libraries\PlatformSetting->load_platform_settings()
#4 /var/www/html/chamilolcms/common/libraries/php/shared/configuration/platform_setting.class.php(45): common\libraries\PlatformSetting->__construct()
#5 /var/www/html/chamilolcms/common/libraries/php/shared/configuration/platform_setting.class.php(65): common\libraries\PlatformSetting::get_instance()
#6 /var/www/html/chamilolcms/core/install/php/lib/install_manager/component/installer.class.php(35): common\libraries\PlatformSetting::get('installation_bl...')
#7 /var/www/html/chamilolcms/common/libraries/php/shared/application.class.php(782): core\install\InstallerComponent->run()
#8 /var/www/html/chamilolcms/core/install/index.php(45): common\libraries\Application::launch('install', NULL)
#9 {main}
Pity, I was looking forward to trying it out with a view to moving across from the other Chamilo - guess I wont now.