[Tickets #6729] borken 2.1_to_2.2_sql_schema.php

bugs at horde.org bugs at horde.org
Wed May 21 08:07:59 UTC 2008


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

Ticket URL: http://bugs.horde.org/ticket/6729
-----------------------------------------------------------------------
 Ticket             | 6729
 Created By         | rsalmon at mbpgroup.com
 Summary            | borken 2.1_to_2.2_sql_schema.php
 Queue              | Turba
 Version            | HEAD
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Milestone          |
 Patch              |
 Owners             |
-----------------------------------------------------------------------


rsalmon at mbpgroup.com (2008-05-21 04:07) wrote:


Notice: Undefined variable: names in
/var/www/html/horde/turba/scripts/upgrades/2.1_to_2.2_sql_schema.php on
line 145
PHP Warning:  Invalid argument supplied for foreach() in
/var/www/html/horde/turba/scripts/upgrades/2.1_to_2.2_sql_schema.php on
line 145


the docs/UPGRADING file says to manually  change the three
variables at the top of the script ``$db_user``, ``$db_pass`` and
``$db_table``, but why not use the global configuration settings ? I
removed the following lines to use the global conf and it connects fine :

$config['username'] = $db_user;
$config['password'] = $db_pass;








More information about the bugs mailing list