|
The “Unable to save result set” error is generally associated with major MySQL problems, like a corrupt table or faulty install
Only thing I can suggest is depending how old this code is you try a couple things.
1. do a repair of all the photopost mysql tables with say phpmyadmin
2. upgrade your copy if older than 5.0 to the latest code to address security concerns with older versions
3. if all else fails try doing a new install and checking with the host that mysql is functioning properly.
Obviously something on the server has changed and thats a very broad error.
|