Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error


Anum-bit

Recommended Posts

Posted

we are openning our oc commerce website the following error is occur

 

Warning: mysql_connect() [function.mysql-connect]: Too many connections in /home/prohomet/public_html/catalog/includes/functions/database.php on line 19

Unable to connect to database server!

 

can any one help me out how to resolve this error

Posted

we are openning our oc commerce website the following error is occur

 

Warning: mysql_connect() [function.mysql-connect]: Too many connections in /home/prohomet/public_html/catalog/includes/functions/database.php on line 19

Unable to connect to database server!

 

can any one help me out how to resolve this error

Edit both your configure.php files located in /catalog/includes and /catalog/admin/includes folders.

 

// define our database connection

...

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

Posted

Edit both your configure.php files located in /catalog/includes and /catalog/admin/includes folders.

 

// define our database connection

...

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

 

 

 

these statements are same which is already written in those two files

so plz tel me what i hav to change????

Archived

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

×
×
  • Create New...