Sometimes when the main store page fails I would check the Admin login page and if that failed to I would then check the forum as it is running in the same DB. I would sometimes get the following:
Code:
PHP Fatal error: Call to undefined function: mysql_connect() in /home/staband/public_html/forum/db/mysql4.php on line 48
line 48 looks like this:
Code:
$this->db_connect_id = ($this->persistency) ? mysql_pconnect($this->server, $this->user, $this->password) : mysql_connect($this->server, $this->user, $this->password);
I have read somewhere that the two issues are a problem with the php on the server. I just don't understand why its intermitent, if there was a problem with php shouldn't it just stop working?
We have also had a fairly heavy usage today on the site because we have been added to a couple of top100 sites and they are generating lots of traffic (good), but could the heavy traffic be the problem (bad)? I hope not