Summary | Constants in Horde_Data need to be refactored to class constants |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , mrubinsk (at) horde (dot) org |
Requester | horde (at) smartsector (dot) hu |
Created | 02/09/2009 (5991 days ago) |
Due | |
Updated | 02/10/2009 (5990 days ago) |
Assigned | 02/09/2009 (5991 days ago) |
Resolved | 02/10/2009 (5990 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
I'm going to go ahead and close this. Feel free to re-open if the
problem persists and please be sure to pick the correct version
number.
State ⇒ Resolved
exist...well, it did exist before I committed the Horde_Data changes.
A look at kronolith in cvs shows the file is included properly, so I'm
going to go ahead and close this. Feel free to re-open if the problem
persists and please be sure to pick the correct version number.
Version ⇒ Git master
Queue ⇒ Horde Framework Packages
that needs to be corrected for it to work with Horde 4 / autoloading.
State ⇒ Assigned
Assigned to
Assigned to Michael Rubinsky
refactor those constants to be class constants.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ include missing in data.php
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
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