| Summary | Missing require file in SyncML.php |
| Queue | Synchronization |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | karsten (at) horde (dot) org |
| Requester | my978796 (at) yahoo (dot) com |
| Created | 07/30/2007 (6678 days ago) |
| Due | |
| Updated | 08/21/2007 (6656 days ago) |
| Assigned | 07/30/2007 (6678 days ago) |
| Resolved | 08/21/2007 (6656 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Assigned to Karsten Fourmont
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Missing require file in SyncML.php
Queue ⇒ Synchronization
State ⇒ Unconfirmed
PHP Fatal error: Class 'XML_WBXML_Decoder' not found in SyncML.php on
line 179
PHP Fatal error: Class 'XML_WBXML_Encoder' not found in SyncML.php
on line 185
insert line below into the SyncML.php will fix the error
require_once 'XML/WBXML/Decoder.php';
require_once 'XML/WBXML/Encoder.php';