php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6443 Returns a irrational Warning message
Submitted: 2000-08-30 10:53 UTC Modified: 2000-08-31 04:27 UTC
From: fredrik at salomonsson dot nu Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0.0 OS: Debian Linux 2.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
16 - 8 = ?
Subscribe to this entry?

 
 [2000-08-30 10:53 UTC] fredrik at salomonsson dot nu
Everytime I make a update, on some select statements and on every delete statement for one virtial host I am running it keeps get this Warning message.
But only if the information is diffrent in the update, which means a update changes the info.

mysql_error returns nothing and mysql_errno returns 0.

I use standard deb packages for apache, mysql and php.

Error Message: 
Warning: MySQL: Unable to save result set in <functionfile> on <the line where the mysql_query is run>


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-30 13:15 UTC] sniper@php.net
You don't happen to be using some other module with Apache which uses
mysql? And please include your configure line for php4 here.

--Jani
 [2000-08-31 04:27 UTC] fredrik at salomonsson dot nu
The debian package of Apache did write over my 
MySQL Auth module.

After exchanging it to the old one it worked perfectly.

Thou I would say the error message could have been a little bit more userfriendly so I could have located the error by my self.

No error log that said it was a incompatible version of the module neither.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 26 04:01:30 2024 UTC