Summary | Problem in script convert_prefs_to_sql.php |
Queue | Ingo |
Queue Version | 1.2-RC1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | yvon.lafaille (at) limousin (dot) iufm (dot) fr |
Created | 12/04/2007 (6428 days ago) |
Due | 12/04/2007 (6428 days ago) |
Updated | 12/04/2007 (6428 days ago) |
Assigned | |
Resolved | 12/04/2007 (6428 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Problem in script convert_prefs_to_sql.php
Due ⇒ 12/04/2007
Queue ⇒ Ingo
/usr/share/horde/ingo/scripts/upgrades/convert_prefs_to_sql.php
line 24 :
@define('HORDE_BASE', dirname(__FILE__) . '/../..');
should be :
@define('HORDE_BASE', dirname(__FILE__) . '/../../..');
line 25 :
@define('INGO_BASE', dirname(__FILE__) . '/..');
should be :
@define('INGO_BASE', dirname(__FILE__) . '/../..');