| Posted by | Messages text |
|---|---|
![]() Total post : 1 Profile |
Written on : 28/05/2009 05:27 ( more than one month ) Object : cannot install the laguage pack I tried to install doecebo LMS in my pc, windows xp ,iis 5.2 ,php 5.2.1 all was doing well during the installation but when loading the language it always fail please help |
![]() Total post : 2 Profile |
Written on : 06/06/2009 16:53 ( more than one month ) Object : Re: cannot install the laguage pack Don' warry in the first step... i had also this problem the first time. Infact the language files are more than your 2m inside the php ini... u must go inside easyphp -> Config -> php and change the parameters like written inside manual. That's all ... :-) |
![]() Total post : 70 Profile |
Written on : 16/06/2009 18:09 ( more than one month ) Object : Re: cannot install the laguage pack I am using easyphp 2.0. I did the setting of php.ini in accordance to the manual (error_reporting=E_ALL & ~E_NOTICE, upload_max_filesize = 24M, post_max_size = 24M, max_execution_time = 300, memory_limit = 16M, enable DomXml php extension). I still failed to import the language pack during installation. I continued the installation and managed to deploy the docebo. I notice all the language xml files are located at C:\Program Files\EasyPHP 2.0b1\www\ecoswaydocebo\xml_language. So, i try my luck. 1. Use admin to login to http://localhost/ecoswaydocebo/doceboCore/index.php. 2. First line frame > Language > Lang Import Export menu. 3. Click Browse, choose the language file, click Lang ImportXML. Hit this error. Fatal error: Call to undefined method DoceboDOMDocument::load() in C:\Program Files\EasyPHP 2.0b1\www\ecoswaydocebo\doceboCore\modules\lang\lang.php on line 887 I am new to Docebo. So, hope someone can help me.
From LiangEH Message modified by : liangeh on : 06/02/2010 16:15 |
![]() Total post : 70 Profile |
Written on : 17/06/2009 03:31 ( more than one month ) Object : Re: cannot install the laguage pack Refer to my previous post, I realize xmldom php extension is buggy in easyphp2.0 version. I use easyphp1.7 and manage to install docebo with language xml parsed. From LiangEH Message modified by : liangeh on : 06/02/2010 16:15 |