I get an error when I got to make a new topic.
Code:
SQL ERROR [ mysqli ]
Unknown column 'topic_attribute' in 'field list' [1054]
SQL
INSERT INTO phpbb_topics (topic_poster, topic_time, topic_last_view_time, forum_id, icon_id, topic_approved, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment, topic_attribute) VALUES (51, 1263949141, 1263949141, 6, 0, 1, 'test', 'Dasher', 'CC0000', 0, 0, 0, '')
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions_posting.php
LINE: 1976
CALL: dbal_mysqli->sql_query()
FILE: posting.php
LINE: 1108
CALL: submit_post()







