Cannot Upgrade to 1.9.4.1 Until ADODB Error Resolved
Posted: Tue Apr 05, 2011 6:24 pm
I want to upgrade from the existing 1.8.2 version and prepare the local development version of our site for deployment. However, I cannot access the current version because of an internal server error. Here's the current versions of relevant software:
Slackware-13.1
PostgreSQL-9.0.3
PHP-5.2.17
httpd-2.2.17
CMSMadeSimple-1.8.2
Firefox-3.6.16
/var/log/httpd/error_log shows:
[Tue Apr 05 10:29:43 2011] [error] [client 127.0.0.1] PHP Fatal error: Attempt to connect to database cms on rshepard@localhost failed in /var/www/htdocs/cmsms/lib/adodb.functions.php on line 85
And the php function in adodb.functions.php is:
if (FALSE == $connect_result)
{
$str = "Attempt to connect to database {$config['db_name']} on {$conf
trigger_error($str,E_USER_ERROR);
die($str);
}
Any and all help will be much appreciated.
Rich
Slackware-13.1
PostgreSQL-9.0.3
PHP-5.2.17
httpd-2.2.17
CMSMadeSimple-1.8.2
Firefox-3.6.16
/var/log/httpd/error_log shows:
[Tue Apr 05 10:29:43 2011] [error] [client 127.0.0.1] PHP Fatal error: Attempt to connect to database cms on rshepard@localhost failed in /var/www/htdocs/cmsms/lib/adodb.functions.php on line 85
And the php function in adodb.functions.php is:
if (FALSE == $connect_result)
{
$str = "Attempt to connect to database {$config['db_name']} on {$conf
trigger_error($str,E_USER_ERROR);
die($str);
}
Any and all help will be much appreciated.
Rich