<< Back
Message for this thread
Posted by Messages text
Klaus Doerge Doerge

Noavatar
Total post : 4
> Profile
Written on : 24/01/2006 15:49 ( more than one month )
Object : Install fails
Hey,
I've tried to install Docebo, but it fails :(

I get to install the intial database, but when it gets to installing languages, the page just comes up empty and nothing happens. When I check the source for the page, it quiest at linie 43 after creating  the menu to the right.

Im running Fedora Core 4 with a standard installation (new installation - everything updated)

What could I be doing wrong?

Regards

Klaus D

 
Klaus Doerge Doerge

Noavatar
Total post : 4
> Profile
Written on : 24/01/2006 15:50 ( more than one month )
Object : Re: Install fails
btw - im  running Docebo v3.0.2 + mysql 4.x and php 5

It's step 6 that fails!
Message modified by : on : 24/01/2006 15:59

Regards

Klaus D

 
Erba Claudio

Avatar
Total post : 1843
> Profile
Written on : 24/01/2006 18:47 ( more than one month )
Object : Re: Install fails
btw - im  running Docebo v3.0.2 + mysql 4.x and php 5

It's step 6 that fails!


Hello, what is the max execution time? if it is 30 seconds please rise it ...
Claudio
Docebo Staff
http://claudioerba.blogspot.com
 
Klaus Doerge Doerge

Noavatar
Total post : 4
> Profile
Written on : 25/01/2006 15:16 ( more than one month )
Object : Re: Install fails

I've set max execution to 60, but it isn't running at all - so It's not a timeout issue.

Just tried php+mysql on a windows machine, and it fails the exact same place. But this time with a error message..

Fatal error: Only variables can be passed by reference in c:\Inetpub\wwwroot\docebo302\install\lib\lib.step.php on line 891

Line 891 is:

$platform_code=end(array_keys($_SESSION["lang_to_load"]));

Any help? - Maybe my machines keyboard/language-settings to Danish is causing the problem?

Message modified by : on : 25/01/2006 15:23

Regards

Klaus D

 
Erba Claudio

Avatar
Total post : 1843
> Profile
Written on : 25/01/2006 19:33 ( more than one month )
Object : Re: Install fails
MMM, seems you are using IIS, this is not good ... maybe some issue ...
Do you have domxml(); extension loaded?
Is the overload(); function active?
Claudio
Docebo Staff
http://claudioerba.blogspot.com
 
Klaus Doerge Doerge

Noavatar
Total post : 4
> Profile
Written on : 26/01/2006 09:37 ( more than one month )
Object : Re: Install fails

It's been a while since I've done any config of PHP because I moved to .Net a few years back.

domxml() is enabled in both my Windows and Linux machines. But how do I enable overload() ? - tried "google'ing" for it, but cant seem to find answers there...

By the way - your help is very appreciated.. thanks!

Regards

Klaus D

 
Erba Claudio

Avatar
Total post : 1843
> Profile
Written on : 26/01/2006 12:28 ( more than one month )
Object : Re: Install fails
Generally the overload(); function is compiled in php older than 4.3.10, do a phpinfo(); and search for the word "overload"

Claudio
Docebo Staff
http://claudioerba.blogspot.com
 
Fabio Pirovano

Avatar
Total post : 480
> Profile
Written on : 30/01/2006 11:05 ( more than one month )
Object : Re: Install fails
Fatal error: Only variables can be passed by reference in c:\Inetpub\wwwroot\docebo302\install\lib\lib.step.php on line 891

Line 891 is:

$platform_code=end(array_keys($_SESSION["lang_to_load"]));


Strange that this line cause a fatal error, in the previous version of php this was considered a notice, plesae change this line with these:

$platform_load_tmp = array_keys($_SESSION["lang_to_load"]);

$platform_code = end($platform_load_tmp);

Best regards
Fabio

 


DoceboLms Staff
 
<< Back