Summary | MySQLi multiple database queries causes fatal error |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | iron_hat (at) hotmail (dot) com |
Created | 02/23/2011 (5243 days ago) |
Due | |
Updated | 04/18/2011 (5189 days ago) |
Assigned | 02/26/2011 (5240 days ago) |
Resolved | 04/18/2011 (5189 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
generally usable, but I need a test case. Ideally a contribution to
the unit tests that shows the problem, but at least code I can
reproduce with.
stored procedure. Since the main Horde applications do not use stored
procedures, perhaps this could be labeled not a bug.
specific example using the current Hermes code that I can reproduce?
State ⇒ Feedback
specific example using the current Hermes code that I can reproduce?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ MySQLi multiple database queries causes fatal error
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
gives fatal errors such as:
QUERY FAILED: Commands out of sync; you can't run this command now
the application code is the following:
$data =
$GLOBALS['injector']->getInstance('Application_Driver')->getTankHistorybyId($id,$start_time,
$end_time);
((Code to process data results))
$name =
$GLOBALS['injector']->getInstance('Application_Driver')->getTankNamefromId($id);
The driver code is much like the current state of Hermes.