Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trouble to access my catalog


Guest

Recommended Posts

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

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

Archived

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

×
×
  • Create New...