[Tickets #7970] include missing in data.php
bugs at horde.org
bugs at horde.org
Mon Feb 9 22:50:23 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7970
------------------------------------------------------------------------------
Ticket | 7970
Created By | horde at smartsector.hu
Summary | include missing in data.php
Queue | Kronolith
Version | 2.3
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
horde at smartsector.hu (2009-02-09 17:50) wrote:
in the kronolith/data.php cause error / notice messages when we choose
the import/export function.
the solution is simply we need include the:
require_once 'Horde/Data.php';
at line 9.
errors was:
Notice: Use of undefined constant IMPORT_CSV - assumed 'IMPORT_CSV' in
/usr/share/horde/kronolith/data.php on line 36
Notice: Use of undefined constant IMPORT_MAPPED - assumed
'IMPORT_MAPPED' in /usr/share/horde/kronolith/data.php on line 37
Notice: Use of undefined constant IMPORT_DATETIME - assumed
'IMPORT_DATETIME' in /usr/share/horde/kronolith/data.php on line 38
Notice: Use of undefined constant IMPORT_FILE - assumed 'IMPORT_FILE'
in /usr/share/horde/kronolith/data.php on line 49
Notice: Use of undefined constant IMPORT_FILE - assumed 'IMPORT_FILE'
in /usr/share/horde/kronolith/data.php on line 55
Notice: Use of undefined constant IMPORT_FILE - assumed 'IMPORT_FILE'
in /usr/share/horde/kronolith/data.php on line 187
Notice: Undefined offset: 11 in /usr/share/horde/kronolith/data.php on
line 306
Warning: Invalid argument supplied for foreach() in
/usr/share/horde/kronolith/data.php on line 306
More information about the bugs
mailing list