6.0.0-beta1
11/10/25

[#5588] Missing require file in SyncML.php
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

History
08/21/2007 08:08:00 PM Karsten Fourmont Comment #2
State ⇒ Resolved
Reply to this comment
submitted, thanks
07/30/2007 09:17:14 AM Jan Schneider State ⇒ Assigned
Assigned to Karsten Fourmont
 
07/30/2007 06:27:44 AM my978796 (at) yahoo (dot) com Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Missing require file in SyncML.php
Queue ⇒ Synchronization
State ⇒ Unconfirmed
Reply to this comment
source from cvs



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';


Saved Queries