<< Back
Message for this thread
Posted by Messages text
Mullock David

Noavatar
Total post : 5
> Profile
Written on : 23/01/2010 09:10 ( more than one month )
Object : Can't enter admin
Hi Folks,

I'm new to Docebo, and I have just tried to install it on a VPC runn windows XP.

Everything seems to have installed OK, however, I get an error whenever I try to access admin.

The error message is from the apache server and says "Apache HTTP server has encountered a problem and needs to close." The problem appears to be around the php_mysql.dll.

I'm can get into the users front end OK, and the mysql database seems to have been created OK.

Can anyone help?

Many thanks

Dave

 
Mullock David

Noavatar
Total post : 5
> Profile
Written on : 23/01/2010 12:30 ( more than one month )
Object : Re: Can't enter admin
Hi Folks,

Found some more information.

The problem occurs on line that sets up the connection to the DB 

It crashes so badly, none of the remaining script is functionalMerlin01 
 
Mullock David

Noavatar
Total post : 5
> Profile
Written on : 25/01/2010 17:38 ( more than one month )
Object : Re: Can't enter admin
Hi,

I discovered what the problem was, in the index.php file, the line "mysql_close();" was the line that caused the issue.

I cahnged the line to "mysql_close($GLOBALS['dbConn']);", that seemed to resolve the problem.

Dave
 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 27/01/2010 09:55 ( more than one month )
Object : Re: Can't enter admin
Hello,
thanks for the feedback. This is a problem with php 5.3.0 I guess. You should upgrade to a newer php version or search inside docebo files and change the mysql_close call also in other files where it is used.

bye,
Giovanni.

Docebo Staff
 - Docebo 4 released! -

 
<< Back