Warning: MySQL: Unable to save result set in

2002-01-14 Thread Dave Plump

I have attempted to find the following error:

Warning: MySQL: Unable to save result set in
/home/autoindx/theautoindex-www/currentx.php on line 261

in the archives without success although I am absolutely sure it it is
there somewhere.

Could you please direct me to the source for the solution to this
problem?

Thank You!

Dave Plump
Suffern  NY

www.theautoindex.com

Try FORD  FOCUS


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL: Unable to save result set

2001-09-12 Thread Catalin Tenita

Hello,

Starting 2-3 days ago, when we or our users try to access some parts of our
site we receive some PHP/SQL, as this:

Warning: MySQL: Unable to save result set in
/home/bestjobs/public_html/nb/insert_user.php on line 21

We did not change anything in the php scripta or database structure and when
we've run the scripts on other server all os OK.  So we believe this errors
are caused by a sever problem.

Can you tell me what kind of problems might be?

Catalin Tenita


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL: Unable to save result set

2001-09-12 Thread Chris Johnson

That error message is coming from PHP, not from MySQL.

PHP generates that error message when, for some reason, the number of fields
returned by a MySQL query was greater than zero, but the return from
mysql_store_result() or mysql_use_result() was zero or NULL.

The PHP code which checks those values is very dependent on the version of
MySQL you are using.  The check for valid fields is different for version
before and after MySQL 3.22.24, and the query execution is different before
and after MySQL version 3.21.99.

Did you recently upgrade you MySQL server without getting a new PHP
interpreter, or re-compiling your PHP interpreter with the newer MySQL
client library?

..chris


- Original Message -
From: Catalin Tenita [EMAIL PROTECTED]


Hello,

Starting 2-3 days ago, when we or our users try to access some parts of our
site we receive some PHP/SQL, as this:

Warning: MySQL: Unable to save result set in
/home/bestjobs/public_html/nb/insert_user.php on line 21

We did not change anything in the php scripta or database structure and when
we've run the scripts on other server all os OK.  So we believe this errors
are caused by a sever problem.

Can you tell me what kind of problems might be?

Catalin Tenita




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php