[cvs] [Wiki] changed: SyncHowTo

Karsten Fourmont karsten at horde.org
Wed Nov 29 00:21:18 PST 2006


karsten  Wed, 29 Nov 2006 00:21:18 -0800

Modified page: http://wiki.horde.org/SyncHowTo
New Revision:  1.33
Change log:  reflect current logging output

@@ -1,21 +1,18 @@
  + How to configure a device to sync with Horde 3.1
  
  ++ General information
  
-Syncing is not yet production-level code - you need to be able to at least read logfiles! Testing is welcome; please report to the sync list (sync at lists.horde.org), but please keep in mind that the code is still in heavy development.
+Syncing is not yet production-level code - you need to be able to at least read logfiles! Testing is welcome; please report to the sync list (sync at lists.horde.org), but please keep in mind that the code is still in development.
  
-* you have to use the cvs version or a cvs snapshot. The latest stable release won't do.
+* you have to use the cvs version or a cvs snapshot. The latest stable release won't do. Please note that you have to run framework/install-packages.php to install the required packages into your PEAR path. (Unless you use framework/devtools/fw-create-symlinks).
  * client configuration is as follows:
    * The sync URL is http(s)://pathtoyourhordeinstall/rpc.php
    * Username/password: your Horde account data
  * Databases (sometimes called remote settings or 'server path') must be calendar, tasks, notes, or contacts.
  * For debug output create dir /tmp/sync and make it writeable by web server
-* Set log level to PEAR_LOG_DEBUG in Administration:Horde Setup_Logging. It may be helpful to filter the logs as follows:
-<code>
-tail -f /tmp/horde.log | grep "SyncML:"
-</code>
-* The !SyncML part of the logs is now alswo available on the !SynclML options page of the horde options (use a recent prefs.php or go directly to http(s)://pathtoyourhordeinstall/rpc.php/services/portal/syncml.php)
+* Set log level to PEAR_LOG_DEBUG in Administration:Horde Setup_Logging. 
+* When reporting problems to the mailing list, please include the /tmp/sync/syncml_log.txt. This greatly helps to figure out what's going on.
  
  ++ Additional information for syncing with Outlook
  
  * You need the sync4j outlook connector. Go to http://www.sync4j.org/ ->  Download -> v2.2 stable release -> !SyncClient PIM Outlook 1.4.3. Download and install.


More information about the cvs mailing list