Support #5574
openChamilo 3 Install fails
0%
Description
We're trying to setup Chamilo 3, and so far can't get past the install.
server setup:
Linux Debian squeeze 5.1.63
php5.3.3-7 (problem also occurs with php5.3.17)
mysql 4.1.63
- downloaded hg clone for chamilo 3 stable
- used phing get-all command
- checked that requirements are met
- (problem occurs if installing just the core or with extra packages)
- after clicking install this is displayed:
------------------------------------------------------------------
#0 /home/cvo/var/public_html/chamilo3/install/php/lib/install_manager/component/inc/wizard/content_object.class.php(47): core\lynx\package\Package::get('repository\cont...')
#1 /home/cvo/var/public_html/chamilo3/install/php/lib/install_manager/component/inc/wizard/content_object.class.php(26): install\ContentObjectInstallWizardPage->get_package_info()
#2 /home/cvo/var/public_html/chamilo3/common/libraries/plugin/pear/HTML/QuickForm/Action/Display.php(68): install\ContentObjectInstallWizardPage->buildForm()
#3 /home/cvo/var/public_html/chamilo3/common/libraries/plugin/pear/HTML/QuickForm/Controller.php(197): HTML_QuickForm_Action_Display->perform(Object(install\ContentObjectInstallWizardPage), 'display')
#4 /home/cvo/var/public_html/chamilo3/common/libraries/plugin/pear/HTML/QuickForm/Page.php(104): HTML_QuickForm_Controller->handle(Object(install\ContentObjectInstallWizardPage), 'display')
#5 /home/cvo/var/public_html/chamilo3/common/libraries/plugin/pear/HTML/QuickForm/Controller.php(137): HTML_QuickForm_Page->handle('display')
#6 /home/cvo/var/public_html/chamilo3/install/php/lib/install_manager/component/installer.class.php(44): HTML_QuickForm_Controller->run()
#7 /home/cvo/var/public_html/chamilo3/common/libraries/php/shared/application.class.php(942): install\InstallManagerInstallerComponent->run()
#8 /home/cvo/var/public_html/chamilo3/install/index.php(47): common\libraries\Application::launch('install', NULL)
#9 {main}
Any help is greatly appreciated - - we have an eager group of teachers waiting to start testing it out.
Many thanks,
-Shaun
Updated by Shaun MacLennan almost 11 years ago
Just to give some more info - here's a snapshot of our php info: http://www.cvoleuven.be/site/uploads/chamilo3-phpinfo-snapshot-2012-10-05.html
As you can see we've now tried installing every php extension known to man, but this has had no effect.