Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-8322 now.

template bbcode_bitfield style install, 305 RC1 (fix completed in vcs)

updated style to 305 RC 1 code, clean RC1 install, error installing inherent template of new style.

SQL ERROR [ mysql4 ]

Unknown column 'template_bitfield' in 'field list' [1054]

SQL

SELECT template_id, template_name, template_path, template_storedb , template_bitfield FROM phpbb_styles_template WHERE template_name = 'prosilver' AND template_inherits_id = 0

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/acp/acp_styles.php
LINE: 3235
CALL: dbal_mysql->sql_query()

FILE: includes/acp/acp_styles.php
LINE: 2791
CALL: acp_styles->install_element()

FILE: includes/acp/acp_styles.php
LINE: 155
CALL: acp_styles->install()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_styles->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()[code]

changed acp_styles.php line# 3225 to $select_bf = ', bbcode_bitfield'; and installed as expected.
.. or am I missing something (or a few)?

Comments / History

Assigned ticket to user "Kellanved"

Action performed by Kellanved (Former Team Member) on May 13th 2009, 10:06

Changed ticket severity from "Uncategorised/normal" to "Severe"

Action performed by Kellanved (Former Team Member) on May 13th 2009, 10:07

Linked ticket with changeset: r9514

Action performed by Kellanved (Former Team Member) on May 13th 2009, 10:19

Changed ticket status from "New" to "Fix completed in SVN"

Action performed by Kellanved (Former Team Member) on May 13th 2009, 10:19

Posted by Acyd Burn (Server Manager) on May 13th 2009, 10:41

Thanks for the report. :)

Ticket details

Related SVN changesets