TxBoxer
Try this:

in your "inc" directory find the file db.inc.php. In that file find the line that reads:

$this->link = @mysql_pconnect( $this->host . $this->port . $this->sock, $this->user, $this->passwd );

and change it to:

$this->link = @mysql_connect( $this->host . $this->port . $this->sock, $this->user, $this->passwd );

Taking out the "p" from mysql_pconnect makes it a single connect instead of a persistant connection.
 
 
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.
PET:0.037423133850098