Page 1 of 1

Error message list?

Posted: Wed Nov 27, 2002 12:46 pm
by Jimbob
Hi.
Can anyone tell me why I might get this error message:

Warning: Unable to save MySQL query result in /blah/blah.php on line 123

Here is line 123:

Code: Select all

$fields = mysql_list_fields($dbName, $tableName)
Alternatively, is there a list of PHP error messages (with explanations) anywhere?

Thanks,
Jon Crouch.

Posted: Wed Nov 27, 2002 5:24 pm
by volka
there are several entries in the bug-list, e.g. http://bugs.php.net/bug.php?id=11765
maybe ne of them is helpful ;)