bbPress installation doesn’t check for DB permissions
-
I tried installing 0.9.0.3, and it failed at step 4 with a bunch of errors like:
bbPress database error: [Table ‘forums.bb_topicmeta’ doesn’t exist]
SELECT * FROM bb_topicmeta WHERE topic_id = 0 AND meta_key = ‘name’
This is because in an earlier step it failed to create the tables due to lack of permissions. It should have caught it then, not when it tried to insert.
- You must be logged in to reply to this topic.