1
i just uploaded all the files to the newbb2, and now all my posts, forums, catergories are missing. i'm getting this error message-
Quote:
SELECT f.*, u.uname, u.name, u.uid, p.topic_id, p.post_time, p.subject, p.poster_name, p.icon FROM xoops_bb_forums f LEFT JOIN xoops_bb_posts p ON p.post_id = f.forum_last_post_id LEFT JOIN xoops_users u ON u.uid = p.uid ORDER BY f.cat_id, f.forum_order
and Quote:
SELECT COUNT(*) FROM xoops_bb_online WHERE online_uid=1
Error number: 1146
Error message: Table 'progressiveparenting_net_-_xoops.xoops_bb_online' doesn't exist
INSERT INTO xoops_bb_online (online_uid, online_uname, online_updated, online_ip, online_forum, online_topic) VALUES (1, 'kayte', 1117905527, '67.174.7.66', 0, 0)
Error number: 1146
Error message: Table 'progressiveparenting_net_-_xoops.xoops_bb_online' doesn't exist
SELECT COUNT(*) FROM xoops_bb_online
Error number: 1146
Error message: Table 'progressiveparenting_net_-_xoops.xoops_bb_online' doesn't exist
SELECT * FROM xoops_bb_online WHERE online_uid <> 0
Error number: 1146
Error message: Table 'progressiveparenting_net_-_xoops.xoops_bb_online' doesn't exist
can anyone figure out what did wrong.