Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Access to database server


mlewis

Recommended Posts

Hello now on Linux I get the following

 

Warning: mysql_pconnect() has been disabled for security reasons in /home/ipcas/public_html/catalog/includes/functions/database.php on line 17

Unable to connect to database server!

 

The line in question is

 

if (USE_PCONNECT == 'true') {

$$link = mysql_pconnect($server, $username, $password);

} else {

$$link = mysql_connect($server, $username, $password);

}

 

What to do?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...