1
I'm very new to XOOPS and put a fresh install of newbb 2.01 on my site. I'm not able to create categories. I checked the support forum specifically for this and there was a similar question posted, but no answer to it.
When I try and create a category I get this error:
SELECT t.*, u.name, u.uname,u2.name as last_post_name, u2.uname as last_poster, p.post_time as last_post_time, p.poster_name as last_poster_name, p.icon, p.post_id FROM xoops_bb_topics t LEFT JOIN xoops_users u ON u.uid = t.topic_poster LEFT JOIN xoops_bb_posts p ON p.post_id = t.topic_last_post_id LEFT JOIN xoops_users u2 ON u2.uid = p.uid WHERE p.post_time > 1113338461 AND t.approved = 1 AND p.approved = 1 ORDER BY p.post_time DESC
I've installed all the patches and upgrades and have updated repeatedly from the forum admin. Has anyone else had this problem? I'm not sure what to do to correct it.