6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
3/29/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#13463] Horde_Core-2.13.1 breaks SQL database access
*
Your Email Address
*
Spam protection
Enter the letters below:
__.. .\ /. .. . (__ |_/ >< |__||_/ .__)| \/ \| || \
Comment
>> Is there anything else I can/need to do to resolve this? Do I need to >> post another backtrace like Jan already did? I see this happening >> with the SQL sessionhandler. > > I have no idea, but I'm not really the SQL guy. > > I would tend to agree with Jan - this was a preexisting bug that just > recently manifested itself because of the way things are setup/torn > down. Changing factories triggered the bug, but didn't cause it. > > From the SQL driver: > > /* Close any open transactions. */ > if ($this->_db->transactionStarted()) { > try { > $this->_db->commitDbTransaction(); > } catch (Horde_Db_Exception $e) { > return false; > } > } > > Seems like a issue in the DB adapter. Because if > $this->_db->transactionStarted() is true, that assumes that there is > an active connection. >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers