Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Werid Problems


Guest

Recommended Posts

Posted

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?

Posted

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);

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...