Web Hosting Talk







View Full Version : Session initialisation failed


andy18
01-10-2003, 09:49 AM
Hello Guys,

Getting this message when I try to browse on of the site running php on our apache server.

Session initialisation failed

I try to restart the apache and the following message occur.Any idea about this ?

Starting httpd: PHP Warning: imap: Unable to initialize module
Module compiled with module API=20001222, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: ldap: Unable to initialize module
Module compiled with module API=20001222, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
[ OK ]

The server is running plesk for the web control panel.



Thanks.



Andy

andy18
01-10-2003, 01:14 PM
When I try to run the php file on the command promt,getting this error :

X-Powered-By: PHP/4.0.6
Content-type: text/html

<br>
<b>Fatal error</b>: Call to undefined function: mysql_connect() in <b>/path/drivers/adodb-mysql.inc.php</b> on line <b>170</b><br>


Does this have any relationship with the error message I got above?




Andy