Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Catalog isn't coming


imran

Recommended Posts

database connection is abosolutely fine and my config. Rest everything is working normally but when i click on online catalog its not coming...this is what i get

 

Warning: Unknown MySQL Server Host 'http' (2) in /home/virtual/site73/fst/var/www/html/catalog/includes/functions/database.php on line 20

 

Warning: MySQL Connection Failed: Unknown MySQL Server Host 'http' (2) in /home/virtual/site73/fst/var/www/html/catalog/includes/functions/database.php on line 20

Unable to connect to database server.

 

even my config connection is ok..here is what it looks like :

 

// define our database connection

define('DB_SERVER', 'www.xxxxx.com');

define('DB_SERVER_USERNAME', 'xxx');

define('DB_SERVER_PASSWORD', 'xxxx');

define('DB_DATABASE', 'xxx');

define('USE_PCONNECT','false');

define('STORE_SESSIONS', '');

?>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...