Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-8322

template bbcode_bitfield style install, 305 RC1

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 3.0.4
    • 3.0.5
    • Styles
    • None
    • PHP Environment: 5.2.9
      Database: 5.0.51

    Description

      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)?

      Attachments

        Activity

          People

            Kellanved Kellanved [X] (Inactive)
            oddfish oddfish [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: