В конце установки возникает проблема:
bbPress database error: [Table 'BBDB_NAME.bb_topicmeta' doesn't exist]
SELECT * FROM bb_topicmeta WHERE topic_id = 0 AND meta_key = 'name'
bbPress database error: [Table 'BBDB_NAME.bb_topicmeta' doesn't exist]
INSERT INTO bb_topicmeta (topic_id,meta_key,meta_value) VALUES ('0','name','Твой пушистый друг')
bbPress database error: [Table 'BBDB_NAME.bb_topicmeta' doesn't exist]
SELECT * FROM bb_topicmeta WHERE topic_id = 0 AND meta_key = 'uri'
bbPress database error: [Table 'BBDB_NAME.bb_topicmeta' doesn't exist]
INSERT INTO bb_topicmeta (topic_id,meta_key,meta_value) VALUES ('0','uri','http://www.tvoy.kiev.ua/forum/')
bbPress database error: [Table 'BBDB_NAME.bb_topicmeta' doesn't exist]
SELECT * FROM bb_topicmeta WHERE topic_id = 0 AND meta_key = 'from_email'
bbPress database error: [Table 'BBDB_NAME.bb_topicmeta' doesn't exist]
INSERT INTO bb_topicmeta (topic_id,meta_key,meta_value) VALUES ('0','from_email','admin@tvoy.kiev.ua')
bbPress database error: [Table 'BBDB_NAME.bb_topicmeta' doesn't exist]
SELECT * FROM bb_topicmeta WHERE topic_id = 0 AND meta_key = 'description'
bbPress database error: [Table 'BBDB_NAME.bb_topicmeta' doesn't exist]
INSERT INTO bb_topicmeta (topic_id,meta_key,meta_value) VALUES ('0','description','Just another bbPress community')
bbPress database error: [Table 'BBDB_NAME.bb_forums' doesn't exist]
SELECT MAX(forum_order) FROM bb_forums
bbPress database error: [Table 'BBDB_NAME.bb_forums' doesn't exist]
SELECT forum_slug FROM bb_forums WHERE forum_slug = '%d1%84%d0%be%d1%80%d1%83%d0%bc-%d1%82%d0%b2%d0%be%d0%b9-%d0%bf%d1%83%d1%88%d0%b8%d1%81%d1%82%d1%8b%d0%b9-%d0%b4%d1%80%d1%83%d0%b3'
bbPress database error: [Table 'BBDB_NAME.bb_forums' doesn't exist]
INSERT INTO bb_forums (forum_name,forum_slug,forum_desc,forum_parent,forum_order) VALUES ('Форум \"Твой пушистый друг\"','%d1%84%d0%be%d1%80%d1%83%d0%bc-%d1%82%d0%b2%d0%be%d0%b9-%d0%bf%d1%83%d1%88%d0%b8%d1%81%d1%82%d1%8b%d0%b9-%d0%b4%d1%80%d1%83%d0%b3','','0','1')