6.0.0-beta1
7/10/25

[#5957] Problem in script convert_prefs_to_sql.php
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

History
12/04/2007 01:32:05 PM Jan Schneider Comment #2
Assigned to Jan Schneider
State ⇒ Resolved
Reply to this comment
Fixed.
12/04/2007 12:17:43 PM yvon (dot) lafaille (at) limousin (dot) iufm (dot) fr Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Problem in script convert_prefs_to_sql.php
Due ⇒ 12/04/2007
Queue ⇒ Ingo
Reply to this comment
script :

/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__) . '/../..');


Saved Queries