Hi folks,
This one has me stumped. Our PHP and MYSQL 3.22.29 website has been working flawlessly for over 5 months without one incident. Suddenly all our php scripts that make use of extracting data out of our mysql database started having problems and spewing out the following errors:
-------+----------------
Warning: MySQL: Unable to save result set in /usr/local/apache/htdocs/ne/index.php3 on line 26
--------+-------------------
Now I have confirmed the following:
1) Not a coding issue. Like i said, this is widespread accross all our php scripts that make use of a mysql database. We havent made any changes that would affect the output.
2) I am able to, via the command line "mysql" option, do a basic query and extract info from the database i.e. SELECT * FROM MEMBERS WHERE USER = 'BLAH' ;
3) Not an issue with the webserver. We run apache 1.3.9 with PHP 3.0.16. Our webserver error log does not indicate any issues
4) Does not seem to be an issue with Mysql as the error log does not show any discrepancies.
I've attempted to search for old posts and documentation but ended up with empty hands. Does anyone have any pointers. I really appreciate your help.
Vinnie