Summary | Syncronisation between Funambol version 7.0 or higher and horde fails |
Queue | Synchronization |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | sascha.bendix (at) localroot (dot) de |
Created | 10/01/2009 (5754 days ago) |
Due | |
Updated | 01/13/2010 (5650 days ago) |
Assigned | 10/08/2009 (5747 days ago) |
Resolved | 12/30/2009 (5664 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
MFB: Work around Funambol clients requiring a configuration database
(
Bug #8621).http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend.php?rt=horde-git&r1=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc&r2=b1245cbd1df92a797ff276634a861a1a98b7509a
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Alert.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=b1245cbd1df92a797ff276634a861a1a98b7509a
http://git.horde.org/diff.php/framework/SyncML/SyncML/Sync.php?rt=horde-git&r1=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc&r2=b1245cbd1df92a797ff276634a861a1a98b7509a
MFB: Work around Funambol clients requiring a configuration database
(
Bug #8621).http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend.php?rt=horde-hatchery&r1=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc&r2=b1245cbd1df92a797ff276634a861a1a98b7509a
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Alert.php?rt=horde-hatchery&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=b1245cbd1df92a797ff276634a861a1a98b7509a
http://git.horde.org/diff.php/framework/SyncML/SyncML/Sync.php?rt=horde-hatchery&r1=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc&r2=b1245cbd1df92a797ff276634a861a1a98b7509a
State ⇒ Resolved
Work around Funambol clients requiring a configuration database (
Bug #8621).http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Backend.php?rt=horde&r1=1.8.2.20&r2=1.8.2.21&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Command/Alert.php?rt=horde&r1=1.18.10.17&r2=1.18.10.18&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Sync.php?rt=horde&r1=1.8.4.24&r2=1.8.4.25&ty=u
called configuration and fails if it doesn't exist.
but I don't see this in your logs. Do you get an error in the Funambol
client? Which error exactly? Can you post the Funambol logs here?
New Attachment: sync.zip
* used version was Horde Groupware Webmail Edition 1.2.4
* there were no php errors in the log
* the contents of /tmp/sync are attached (with two tries of synchronisation)
State ⇒ Feedback
http://wiki.horde.org/SyncMLProblemReport and follow the steps to
generate complete SyncML debugging information.
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Syncronisation between Funambol version 7.0 or higher and horde fails
Type ⇒ Bug
Priority ⇒ 2. Medium
called configuration and fails if it doesn't exist.
In the horde wiki (http://wiki.horde.org/SyncHowTo#toc10) there is a
hint, that the table is only used on the first connection.
A solution (inspired on
http://southbrain.com/south/2009/06/horde-and-funambol-windows-mob.html) would
be to provide the table and ignore all data which is written to it and
return empty strings.