inboundnow / inbound-mailer-retired

0 stars 1 forks source link

When running 'update database' action #24

Closed DavidWells closed 9 years ago

DavidWells commented 9 years ago

Running the inbound mailer 'upgrade database' function returns this error and fatal errors with wp_debug on. http://www.screencast.com/t/AI07EDAMDvB

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'id (id) ) DEFAULT CHARACTER SET utf8' at line 9]
CREATE TABLE wp_inbound_email_queue ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `email_id` mediumint(9) NOT NULL, `variation_id` mediumint(9) NOT NULL, `lead_id` mediumint(9) NOT NULL, `type` tinytext NOT NULL, `status` tinytext NOT NULL, `datetime` DATETIME NOT NULL UNIQUE KEY id (id) ) DEFAULT CHARACTER SET utf8

Warning: Cannot modify header information - headers already sent by (output started at /Users/davidgregorywells/Dropbox/Sites/Local-Git/wp-includes/wp-db.php:1253) in /Users/davidgregorywells/Dropbox/Sites/Local-Git/wp-includes/pluggable.php on line 1179