8
SQL query:
SELECT forum_type, forum_name, forum_access, allow_html, allow_sig, posts_per_page, hot_threshold, topics_per_page
FROM xoops_bb_forums
WHERE forum_id =3
LIMIT 0 , 30
MySQL said:
#1054 - Unknown column 'forum_access' in 'field list'
-----------------------------------
SQL query: SHOW COLUMNS FROM xoops_bb_forums
Field Type Null Key Default Extra
forum_id smallint(4) unsigned NO PRI NULL auto_increment
forum_name varchar(150) NO
forum_desc text YES NULL
parent_forum int(10) NO 0
forum_moderator text NO
forum_topics int(8) NO 0
forum_posts int(8) NO 0
forum_last_post_id int(5) unsigned NO 0
cat_id int(2) NO 0
forum_type int(1) NO 0
allow_html int(1) NO 1
allow_sig int(1) NO 1
allow_subject_prefix int(1) NO 0
hot_threshold tinyint(3) unsigned NO 10
forum_order int(8) NO 0
allow_attachments int(1) NO 1
attach_maxkb int(10) NO 1000
attach_ext text NO
allow_polls int(1) NO 0
subforum_count int(10) unsigned NO 0
Edit:
Further details:
The site is running on XOOPS 2.0.16 (upgraded two days ago), but the problem occured when it was 2.0.13.a.
Newbb 2.0.1
Anything else you need me to post?