-- -- There are errors in the following MySQL queries:
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'index', '998px', 'Forum Posts', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_all#4', 1, 34, 'non,memb', 0);-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'member', '998px', 'Forum Posts', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_user&user={NickName}#4', 1, 34, 'non,memb', 0);-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'profile', '998px', 'Last posts of a member in the forum', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_user&user={NickName}#4', 1, 34, 'non,memb', 0);-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'forums_index', '998px', 'Last posts', '_bx_forum_forum_posts', 1, 0, 'RSS', '{SiteUrl}forum/?action=rss_all#10', 1, 34, 'non,memb', 0);-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'forums_index', '998px', 'Forums', '_bx_forums', 2, 0, 'Forums', '', 0, 66, 'non,memb', 0);
anyone know the fix for this?