This is the log that I got after enabling the module:
user warning: 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 'reason TEXT, timestamp INT, PRIMARY query: CREATE TABLE flag_content ( fid INT NOT NULL AUTO_INCREMENT, eid INT NOT NULL, uid INT NOT NULL, type VARCHAR(10) NOT NULL, name VARCHAR(60) NOT NULL, mail VARCHAR(64) NOT NULL reason TEXT, timestamp INT, PRIMARY KEY (fid), KEY eid (eid), KEY type (type) ) /*!40100 DEFAULT CHARACTER SET utf8 */; in /home/mzhuhai/domains/macauzhuhai.com/public_html/includes/database.mysql.inc on line 172.
And then on every page that I visit on the site:
user warning: Table 'mzhuhai_home.flag_content' doesn't exist query: SELECT COUNT(*) FROM flag_content WHERE eid = 52 AND type = 'node' in /home/mzhuhai/domains/macauzhuhai.com/public_html/includes/database.mysql.inc on line 172.
Many thanks,
Expat9
Comments
Comment #1
kbahey commentedFixed in 2.8. Please do an uninstall and then install the new version and enabled it.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.