I'm on phpBB 3.0.1....
When I try to change anything of the forums like name, description etc i.e ACP-->Forums-->Manage Forums
I get this error :
Code: Select all
General Error
SQL ERROR [ mysql4 ]
Unknown column 'display_subforum_list' in 'field list' [1054]
SQL
UPDATE phpbb_forums SET parent_id = 61, forum_type = 1, forum_status = 0, forum_parents = '', forum_name = 'News & Announcements', forum_link = '', forum_desc = 'Get all the latest news about NixBoxLive.....!!!!!!!', forum_desc_uid = '', forum_desc_options = 7, forum_desc_bitfield = '', forum_rules = '', forum_rules_uid = '', forum_rules_options = 7, forum_rules_bitfield = '', forum_rules_link = '', forum_image = '', forum_style = 0, display_subforum_list = 0, display_on_index = 1, forum_topics_per_page = 0, enable_indexing = 1, enable_icons = 0, enable_prune = 0, prune_days = 0, prune_viewed = 0, prune_freq = 0, forum_flags = 34 WHERE forum_id = 1
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/acp/acp_forums.php
LINE: 1234
CALL: dbal_mysql->sql_query()
FILE: includes/acp/acp_forums.php
LINE: 176
CALL: acp_forums->update_forum_data()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_forums->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()