Summary | SyncML calendar with horde webmail edition 4.0.5 |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | jan (at) horde (dot) org |
Requester | evb (at) ping (dot) be |
Created | 01/08/2012 (4917 days ago) |
Due | |
Updated | 01/12/2012 (4913 days ago) |
Assigned | |
Resolved | 01/12/2012 (4913 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
[jan] Fix undefined method while synchronizing events with Funambol
(
Bug #10908).3 files changed, 2 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/c6dba20d8e8f1942d98b434a55fcfbc09c3efaa0
[jan] Fix compatibility with Horde_SyncMl (
Bug #10908).1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/3c517c8ba18158170709e2f73be9ca49ab813dbd
Temporarily make methods public that are used in Horde_SyncMl (
Bug #10908).1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/c3389e9f2c43a88b4a47b58f2d97a00366123a7e
Priority ⇒ 3. High
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ SyncML calendar with horde webmail edition 4.0.5
Type ⇒ Bug
State ⇒ Unconfirmed
- PHP 5.3.8 cli (VC9 x86 Thread safe build from windows PHP, manual install)
- OS: Windows XP SP3
- Apache2 (Apache Lounge build)
Did have an existing horde installation 1.3 with a MySQL database backend.
After the fresh install, I updated the existing horde database to the
last version following the INSTALL instruction.
Everything was working except the syncML with my phone (Windows Mobile
6.5 and funambol 6.5.18)
I did change some code to get it working, but it must be refactored
later on ;-)
PHP Fatal error: Call to protected method
Horde_Icalendar::_parseDateTime() from context
'Horde_SyncMl_Device_sync4j' in
D:\php\pear\Horde\SyncMl\Device\Sync4j.php on line 386
==> did make function _parseDateTime public in
D:\php\pear\Horde\Icalendar.php (I did see the todo to move it to
Horde_Date and to make it public, but in meanwhile...)
PHP Fatal error: Call to undefined method Horde_Date::correct() in
D:\php\pear\Horde\SyncMl\Device\Sync4j.php on line 396
==> did make function _correct public in D:\php\pear\Horde\Date.php
==> call the function _correct() in
D:\php\pear\Horde\SyncMl\Device\Sync4j.php and not function correct().