Summary | Sessions with MySQL gives "not a valid link resource" on logout |
Queue | Horde Base |
Queue Version | 3.0.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | dustin (at) ywlcs (dot) org |
Created | 01/06/2005 (7487 days ago) |
Due | |
Updated | 02/01/2005 (7461 days ago) |
Assigned | 01/11/2005 (7482 days ago) |
Resolved | 02/01/2005 (7461 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
PHP Warning: mysql_query(): 21 is not a valid MySQL-Link resource
in /usr/local/lib/php/Horde/SessionHandler/mysql.php on line 136
Although this bug was first reported on January 6, I first saw it
January 31 and I update to HEAD almost daily.
I hate it when PHP causes segfaults :(
Assigned to Chuck Hagenbuch
State ⇒ Assigned
Are there any variations I can try that might give more info? We're
going production on Sunday, so I can play all you want until then :)
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Sessions with MySQL gives "not a valid link resource" on logout
Queue ⇒ Horde Base
State ⇒ Unconfirmed
succeeds, but at the bottom of the page we get "not a valid link
resource" in lib/Horde/SessionHandler/mysql.php on linke 136.
Adding an '@' to the mysql_query call there makes the warning go away,
but I don't know the code well enough to discern whether there's
actually something wrong here, so I'll leave that to those who know
the codebase better.