Jump to content

Problem with error_log and mysql.php


Recommended Posts

Hi,

Maybe someone knows what the problem is, I understand very little about it.

Very quickly my error_log is size up to 2-6 GB and most returns this error:

 

error_log:

-----

[25-Apr-2013 09:40:03] PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in ...../ibuy-shop.com/classes/MySQL.php on line 175

 

MySQL.php - Line 175

------

public function nextRow($result = false)

{

return mysql_fetch_assoc($result ? $result : $this->_result);

}

---

Thank you all for any help

Link to comment
Share on other sites

×
×
  • Create New...