This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation.

Difference between revisions of "Troubleshooting"

From Group-Office Groupware and CRM Documentation
Jump to: navigation, search
(General insstructions)
Line 9: Line 9:
 
   5. Search the forums
 
   5. Search the forums
 
   6. If you have a support contact send a good description of the problem and relevant error messages to Intermesh.
 
   6. If you have a support contact send a good description of the problem and relevant error messages to Intermesh.
 +
 +
 +
 +
== Problems with synchronization ==
 +
If you have problems with synchronizing Group-Office then please take following steps first before contacting Intermesh:
 +
 +
  1. Double check the setup and read the instructions
 +
  2. Make sure error logging is enabled in php.ini
 +
  3. Make sure Group-Office logging is enabled in config.php ( set $config['log']=true;)
 +
  4. Check the logs they are very important. There should be a log file inside Group-Office as well. It is located at Configuration->Synchronization behind the device name. If it's not there you probably have a file permission problem. Group-Office tries to move the log file from the temporary directory to a user log file directory. It could be that this process fails and sync fails as well.
 +
  5. Check if the solution is on this page
 +
  6. Try performing a 'Slow sync'. With a slow sync all data gets send to Group-Office and Group-Office sends back all missing data.
 +
  7. Try performing a sync in mode: 'Replace all local data' (Name might differ per device). The device will delete all local calendar and contact data and Group-Office will send all data to the client. Of course only do this when the Group-Office data is leading.
 +
  8. Search the forums
 +
  9. Send to Intermesh: Apache error log, Group-Office error log, Client error log and a description of what happens exactly. Without the logs we can't do anything!
 +
 +
 +
=Errors=
 +
 +
"No SyncML response" or "Server Failure: server returned error code -1" or "Invalid hostaddress"
 +
The server probably didn't reply because an error occurred. Check the apache error log for errors.
 +
Also with the Synthesis client check if you have set the Server Version to SyncML 1.1 and not 1.2. You can find that setting at Extras->Settings->Options
 +
 +
Not found (404)
 +
You probably setup an invalid remote database for contacts, calendar or todo's. Please check the installation instructions for the correct values (vcal, vcaltodo, vtodo, vcard etc...)
 +
 +
PHP Fatal error:  Call to a member function children() on a non-object in ...
 +
If you have the Synthesis client please check if the server version is set to SyncML 1.1
 +
 +
wbxml to xml or vice versa conversion failed
 +
Check if $config['cmd_wbxml2xml'] and $config['cmd_xml2wbxml'] are set and check if these commands are actually executable by apache.
 +
 +
wbxml2xml failed: Unknown Public ID
 +
[Group-Office][20070619 16:24][notloggedin]: Fatal error: wbxml2xml conversion failed
 +
[Group-Office][20070619 16:24][notloggedin]: XML error: no element found at line 1
 +
Check if you have libwbxml2 version 0.9.2 or higher installed. Any earlier version will fail.
 +
 +
Or you have set the client to use SyncML version 1.2. In that case change it to 1.1
 +
 +
wbxml2xml failed: Unexpected End Of WBXML Buffer
 +
[Group-Office][20070619 18:22][notloggedin]: Fatal error: wbxml2xml conversion failed
 +
[Group-Office][20070619 18:22][notloggedin]: XML error: no element found at line 1
 +
Check if you have libwbxml2 version 0.9.2 or higher installed. Any earlier version will fa

Revision as of 09:13, 24 September 2008

Troubleshooting

General instructions

  1. Make sure error logging is enabled in php.ini (add log_errors=on to /etc/../php.ini)
  2. Make sure Group-Office logging is enabled in config.php ( set $config['log']=true;)
  3. Check the Apache error logs. They are the most important for problem solving!
  4. Search this site
  5. Search the forums
  6. If you have a support contact send a good description of the problem and relevant error messages to Intermesh.


Problems with synchronization

If you have problems with synchronizing Group-Office then please take following steps first before contacting Intermesh:

  1. Double check the setup and read the instructions
  2. Make sure error logging is enabled in php.ini
  3. Make sure Group-Office logging is enabled in config.php ( set $config['log']=true;)
  4. Check the logs they are very important. There should be a log file inside Group-Office as well. It is located at Configuration->Synchronization behind the device name. If it's not there you probably have a file permission problem. Group-Office tries to move the log file from the temporary directory to a user log file directory. It could be that this process fails and sync fails as well.
  5. Check if the solution is on this page
  6. Try performing a 'Slow sync'. With a slow sync all data gets send to Group-Office and Group-Office sends back all missing data.
  7. Try performing a sync in mode: 'Replace all local data' (Name might differ per device). The device will delete all local calendar and contact data and Group-Office will send all data to the client. Of course only do this when the Group-Office data is leading.
  8. Search the forums
  9. Send to Intermesh: Apache error log, Group-Office error log, Client error log and a description of what happens exactly. Without the logs we can't do anything!


Errors

"No SyncML response" or "Server Failure: server returned error code -1" or "Invalid hostaddress" The server probably didn't reply because an error occurred. Check the apache error log for errors. Also with the Synthesis client check if you have set the Server Version to SyncML 1.1 and not 1.2. You can find that setting at Extras->Settings->Options

Not found (404) You probably setup an invalid remote database for contacts, calendar or todo's. Please check the installation instructions for the correct values (vcal, vcaltodo, vtodo, vcard etc...)

PHP Fatal error: Call to a member function children() on a non-object in ... If you have the Synthesis client please check if the server version is set to SyncML 1.1

wbxml to xml or vice versa conversion failed Check if $config['cmd_wbxml2xml'] and $config['cmd_xml2wbxml'] are set and check if these commands are actually executable by apache.

wbxml2xml failed: Unknown Public ID [Group-Office][20070619 16:24][notloggedin]: Fatal error: wbxml2xml conversion failed [Group-Office][20070619 16:24][notloggedin]: XML error: no element found at line 1 Check if you have libwbxml2 version 0.9.2 or higher installed. Any earlier version will fail.

Or you have set the client to use SyncML version 1.2. In that case change it to 1.1

wbxml2xml failed: Unexpected End Of WBXML Buffer [Group-Office][20070619 18:22][notloggedin]: Fatal error: wbxml2xml conversion failed [Group-Office][20070619 18:22][notloggedin]: XML error: no element found at line 1 Check if you have libwbxml2 version 0.9.2 or higher installed. Any earlier version will fa