rlang  Mon, 12 Sep 2011 11:50:33 +0000

Modified page: http://wiki.horde.org/SyncMLProblemReport
New Revision:  2.8
Change log:  do we really recommend cvs version?

@@ -2,15 +2,15 @@

When syncing doesn't work for you, please report your problems to the [email protected] mailing list. Obviously a post like //"Help, it doesn't work! What can I do?"// is not helpful. So please adhere to the following steps when reporting a problem to the mailing list:

 # Test preparations:
- # Make sure you have a recent (stable or CVS) version of the framework and the relevant Horde applications involved. If using CVS code, make sure that you have actually installed the current framework (using the install-packages script in the framework directory). + # Make sure you have a recent (stable or git) version of the framework and the relevant Horde applications involved. If using CVS code, make sure that you have actually installed the current framework (using the install-packages script in the framework directory). # Make sure there's a directory {{/tmp/sync/}}, writeable by the webserver ({{chown wwwrun /tmp/sync}}). Clean this directory before starting the sync: {{rm /tmp/sync/*}} # Turn on logging of PHP errors to a file: make sure you have an {{error_log}} entry in {{php.ini}} as described in the SyncHowTo FAQ section. # Set log level to PEAR_LOG_DEBUG (just DEBUG in Horde 4) in Administration -> Setup -> Horde -> Logging. # Run a synchronization session; perform the actions you intend to do and that do not work.
 # Report the problems to the mailing list. Please include the following:
- # What version of Horde and !SyncML are you using //("I'm using a CVS version from three days ago")// + # What version of Horde and !SyncML are you using //("I'm using a git version from three days ago")// # Did any PHP errors occur during your test? //("No PHP errors showed up in the PHP error log")// # And finally: include the contents of the {{/tmp/sync/}} log files in your post. If no such files have been created, report that. Be careful, the log files might contain user names and passwords.

The log files might contain binary files with .wbxml file extensions. We now use our own WBXML libary in the XML_WBXML package. The WBXML data gets directly passed and processed, no XML is produced. If possible you should provide the decoded XML files when sending a problem report. To see the XML data, you can manually decode it. You need to install the WBXML utilities for that. This package contains the programs {{wbxml2xml}} and {{xml2wbxml}} to convert XML files to WBXML and back.

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to