[Tickets #5957] Problem in script convert_prefs_to_sql.php

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Dec 4 12:17:43 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5957
-----------------------------------------------------------------------
 Ticket             | 5957
 Created By         | yvon.lafaille at limousin.iufm.fr
 Summary            | Problem in script convert_prefs_to_sql.php
 Queue              | Ingo
 Version            | 1.2-RC1
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


yvon.lafaille at limousin.iufm.fr (2007-12-04 04:17) wrote:

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





More information about the bugs mailing list