Guest Posted August 8, 2005 Share Posted August 8, 2005 I get this error code when i try to go in to my catalog but i have no trouble to get in to my administration Warning: mysql_pconnect(): Access denied for user: 'root@localhost' (Using password: NO) in /customers/bluetoothsubnet.com/bluetoothsubnet.com/httpd.www/os/catalog/includes/functions/database.php on line 17 Unable to connect to database server! From my configfile. // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'bluetoothsubnet'); define('DB_SERVER_PASSWORD', '********'); define('DB_DATABASE', 'bluetoothsubnet'); define('USE_PCONNECT', 'true'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Link to comment Share on other sites More sharing options...
♥Vger Posted August 8, 2005 Share Posted August 8, 2005 Check that the db settings in the catalog/includes/configure.php file are the same ones you're using for catalog/admin/includes/configure.php While you're doing that set 'use_pconnect' to false in both files. Vger Link to comment Share on other sites More sharing options...
Guest Posted August 9, 2005 Share Posted August 9, 2005 Thanx for the tip but i found the error in catalog/includes/local In that folder the configure.php was wrong Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.