6.0.0-RC7
6/27/26

[#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/4/07 (6780 days ago)
Due 12/4/07 (6780 days ago)
Updated 12/4/07 (6780 days ago)
Assigned
Resolved 12/4/07 (6780 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
51 Jan Schneider Comment #2
Assigned to Jan Schneider
State ⇒ Resolved
Reply to this comment
Fixed.
4312 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/4/07
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