[cvs] [Wiki] changed: SyncHowTo
Jan Schneider
jan at horde.org
Fri Oct 30 08:37:05 UTC 2009
jan Fri, 30 Oct 2009 04:37:04 -0400
Modified page: http://wiki.horde.org/SyncHowTo
New Revision: 4.6
Change log: Remove non-sense section
@@ -51,28 +51,8 @@
* Mozilla Thunderbird with Funambol Mozilla Sync Client
https://mozilla-plugin.forge.funambol.org/ (Windows only, see
https://mozilla-plugin.forge.funambol.org/servlets/tracking/id/SC52)
{Linux also with no-page-compression in horde, or CVS version after
Aug. 13. 2009}
++ FAQ
-+++ It's not working! Nothing syncs at all! No Logs in /tmp/sync!!
-
-Make sure all the require pear libs are installed for syncing...
From SyncMLCustomBackend
-
- How to setup a simple SyncML server
-
-Setting up a simple SyncML server using the SyncML package and the
Sql backend is as simple as this:
-
-1. Install pear packages for MDB2 and MDB2 database drivers:
-<code>
-pear install MDB2_Driver_mysql MDB2_Driver_mysql
-</code>
-2. Install the SyncML package and the XML_WBXML package from
http://pear.horde.org:
-<code>
-pear channel-discover pear.horde.org; pear install --force -c
pear.horde.org SyncML XML_WBXML
-</code>
-3. If you want to use the Funambol clients, you also need iCalendar,
String and NLS:
-<code>
-pear install --force -c pear.horde.org iCalendar String NLS
-</code>
+++ It's not working! I get a message like "Invalid response" on the
phone or "Server returned error code -1" on Funambol clients
There's a chance that SyncML processing stopped due some PHP error
in the server. We try to catch these errors, but sometimes they are
passed to the phone so the phone gets confused because it doesn't
receive a valid XML message. To catch even those error message, you
need to make PHP log errors to a file: edit your {{php.ini}} and
include a line like {{error_log = /var/log/php.log}}. Then try a sync
and check if anything comes up in this log.
More information about the cvs
mailing list