Error when enabling recent topics block...

public
group: phpbb
Sanehouse - Fri, 2008-07-25 06:09

I get this error when I tried to turn on the block for recent forum topics (PHP3.x). It's giving me an error, and now I can't even access administration to disable the block. Would the phpBB being version 3.02 have anything to do with it?

Query failed: Unknown column 'bb_forums.auth_view' in 'where clause' SELECT bb_topics.topic_id, bb_topics.topic_title, bb_topics.topic_last_post_id FROM bb_topics LEFT JOIN bb_forums ON bb_topics.forum_id = bb_forums.forum_id WHERE bb_forums.auth_view = 0 ORDER BY topic_last_post_id DESC LIMIT 10;

Any help you could offer would be much appreciated, thanks.