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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: fredrik at salomonsson dot nu
New email:
PHP Version: OS:

 

 [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: Fri May 17 05:01:31 2024 UTC