[postfixadmin:bugs] #375 Invalid query: Table 'mail.admin' doesn't exist
Brought to you by:
christian_boltz,
gingerdog
From: Christian B. <chr...@us...> - 2017-03-03 23:47:28
|
- **status**: open --> closed-invalid - **Comment**: I'm afraid I can't help if you don't answer my questions :-( Feel free to reopen when you can provide the requested information. --- ** [bugs:#375] Invalid query: Table 'mail.admin' doesn't exist** **Status:** closed-invalid **Group:** SVN (please specify revision!) **Created:** Mon Jun 06, 2016 09:01 AM UTC by Wouter Dijk **Last Updated:** Thu Aug 25, 2016 05:33 PM UTC **Owner:** nobody I try to upgrade an existing posfixadmin install to the most recent GIT version, but when executing setup.php?debug=1 I keep getting this error: ~~~ Everything seems fine... attempting to create/update database structure CREATE TABLE IF NOT EXISTS config ( `id` int(11) not null auto_increment primary key, `name` VARCHAR(20) /*!40100 CHARACTER SET latin1 */ NOT NULL DEFAULT '', `value` VARCHAR(20) /*!40100 CHARACTER SET latin1 */ NOT NULL DEFAULT '', UNIQUE name ( `name` ) ) ENGINE = MYISAM COMMENT = 'PostfixAdmin settings' Updating database: - old version: 1282; target version: 1835 (If the update doesn't work, run setup.php?debug=1 to see the detailed error messages and SQL queries.) updating to version 1283 (MySQL and PgSQL)... DEBUG INFORMATION: Invalid query: Table 'mail.admin' doesn't exist Check your error_log for the failed query. ~~~ My mailserver is working perfectly, but I can't get postfixadmin to work. Can you help me? --- Sent from sourceforge.net because pos...@li... is subscribed to https://sourceforge.net/p/postfixadmin/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/postfixadmin/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |