Guest Posted September 20, 2002 Posted September 20, 2002 I am tryting to get into the administration of the cart and I am getting a connection refused error . Has this happened to anyone else? Any one know what the cause could be?
Guest Posted September 21, 2002 Posted September 21, 2002 Do you have the admin settings correct in application_top.php in "Admin"? They must mirror your application_top.php settings in "Catalog". ..otherwise the admin script cannot connect to the database. i.e. // define our database connection define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'blah'); define('DB_SERVER_PASSWORD', '123456'); define('DB_DATABASE', 'dbblah'); define('USE_PCONNECT', 1);
Recommended Posts
Archived
This topic is now archived and is closed to further replies.