6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#5807] In History view I can't remove the last page revision
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ \ /.___..__ .__. [__) >< _/ [ __[__] | \/ \./__.[_./| |
Comment
> I run 'Wicked' with PHP-4.4.4 and Oracle like bbdd backend, when I go > to the 'History' view a wiki page and I remove its last version, I > obtain this error in the log: > > > > > > [Wed Oct 17 12:22:48 2007] [error] PHP Notice: Object to string > conversion in /php/4.4/pear/DB/oci8.php on line 565 > > [Wed Oct 17 12:22:48 2007] [error] PHP Warning: preg_match() expects > parameter 2 to be string, object given in /php/4.4/pear/DB.php on > line 635 > > Oct 17 12:18:39 HORDE [error] [wicked] DB Error: mismatch: Object [DB > Error: mismatch] [on line 799 of > "/rootweb/horde/wicked/lib/Driver/sql.php"] > > > > > > It works with this change and I think this still continue working with MySQL: > > > > > > File: "wicked/lib/Driver/sql.php" Line: 792 > > ----------------------------------------------------------------------- > > > > - $query = $this->_db->modifyLimitQuery($query, 0, 1); > > + $query = $this->_db->modifyLimitQuery($query, 0, 1, > array($pagename));
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