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 [#9339] Wrong SQL Dates generated
*
Your Email Address
*
Spam protection
Enter the letters below:
. . __..__..__..__ |__|(__ [__]| |[__) | |.__)| ||__\| \
Comment
> hi, > > i found the problem: > > in SyncML/Backend/Horde.php Line 916 $registry->{$database}->listUids > is called without a start/end parameter and the sql driver sets it to > 0/0 so changes from 1970to 1970 are searched > > - > SyncML_Backend::getParameter($databaseURI, 'source')); > + > SyncML_Backend::getParameter($databaseURI, 'source'), $from_ts, > $to_ts); > > so now i get the events but finally a PHP Fatal error: > Call to undefined method Horde_Date::correct() in > /var/www/_horde/horde/framework/Icalendar/lib/Horde/Icalendar.php on > line 937 > > this protected call must be removed in Icalender.php as its already > called from the Horde_Date object itself > >
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