strider72 / spam-karma

A flexible and modular anti-spam plugin for WordPress
GNU General Public License v2.0
3 stars 3 forks source link

Throws errors on TABLE creation #30

Closed strider72 closed 9 years ago

strider72 commented 9 years ago

MySQL 5 no longer accepts the "type=" parameter that was allowed under MySQL 4. Throws SQL errors when trying to create the three tables, then a bunch more errors because the expected tables are not found when it tries to write.

(Maybe two issues - not creating tables and trying to write to tables when they don't exist...?)

strider72 commented 9 years ago

Fixed 2015-06-12. Changed "TYPE=" to "ENGINE = ". c97d6d855fa5a13e3ca7bee53db21c6d57d49d87