[Tickets #5588] Missing require file in SyncML.php
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Jul 30 06:27:44 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5588
-----------------------------------------------------------------------
Ticket | 5588
Created By | my978796 at yahoo.com
Summary | Missing require file in SyncML.php
Queue | SyncML
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
my978796 at yahoo.com (2007-07-29 23:27) wrote:
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';
More information about the bugs
mailing list