From professional translators, enterprises, web pages and freely available translation repositories.
supplied argument is not a valid mysql result resource in file on line x?
if your mysql libs are linked against pthreads this will happen. check using ldd. if they are, grab the mysql tarball and compile from source, or recompile from the source rpm and remove the switch in the spec file that turns on the threaded client code. either of these suggestions will fix this. then recompile php with the new mysql libs.