Bugs item #3011063, was opened at 2010-06-03 16:48
Message generated for change (Tracker Item Submitted) made by mediaforest
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3011063&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Database
Group: v 2.3
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: mediaf (mediaforest)
Assigned to: Nobody/Anonymous (nobody)
Summary: backup.php doesn't use customized table names
Initial Comment:
When trying to use the backup function (backup.php) I get the error message (partially in french) :
DEBUG INFORMATION:
Invalid query: La table 'postfix.alias_domain' n'existe pas (The table 'postfix.alias_domain doesn't exist)
The reason is that backup.php contains an array called $tables which redefines the tables used.
It should instead use $CONF['database_prefix'] and $CONF['database_tables'] which can be defined in config.inc.php.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3011063&group_id=191583
|