12-12-2012, 03:42 PM
(12-12-2012, 11:39 AM)chita Wrote: Is this happening when you go into the installation routine install/install.php?Yes, now I am getting the following error in /var/log/httpd/error_log
Uwe
[Wed Dec 12 11:23:25 2012] [error] [client 10.201.92.104] PHP Fatal error: Call to undefined method mysql_driver_ADOConnection:

[/quote]
That error message is due to a minor error in inc/inc.ClassSettings.php.
The database connection is closed, even if it could not be opened successfully. The actuall problem in your case appears to be a failed database connection.
Uwe