mysql_pconnect issue. Where do I change it?

After a new install of Dolphin, I get random database errors. My hosting company narrowed it down to something having to do with mysql_pconnect and wants me to find a place to change it to mysql_connect, however, I can't find where to change the database info for this.

He did make a change to how often the database process work because it's using a million connections and when they run out, I get the random error.

Where can I change this setting?

 

Quote · 12 Nov 2010

inc/classes/BxDolDb.php

Line #79

Change

@mysql_pconnect

to

@mysql_connect

-Smoge

Quote · 12 Nov 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.