Menu

Issues with phpBB plugin and mysql 3.22

I haven't verified if this is a mysql issue or not but initial indications are that it IS.

First, 3.22 doesn't like it when you have a KEY <fieldname>(fieldname) entry in a CREATE TABLE syntax when <fieldname> is not set to NOT NULL. 3.22 users *should* either upgrade to the latest 3.23 release OR remove the KEY entries (I believe there are two).

Next issue is that 3.22 doesn't like pound signs (#) in the table.sql file. Again, I got this to work fine with 3.23 so either upgrade or remove them temporarily and then add them via the phpBB admin interface (The pound signs are used for data entries in the theme table so go to themes and re-add them).

Posted by Tony Bibbs 2001-09-07

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.