Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-13760

Leading numbers in template variables leads to blank page / zero output

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Closed
    • Icon: Minor Minor
    • 3.1.7-RC1
    • 3.1.3
    • Template Engine
    • None
    • PHP 5.5.23, MySQL 5.5.41, Firefox 36.0.4

      A leading number in template variables - e.g

      {1_VARIABLE}

      leads to a blank page.
      This could be easily tested by replacing

      {CURRENT_TIME}

      in index_body.html to

      {1_CURRENT_TIME}

      . Or any other variable, as long as a number is leading.
      In phpBB 3.0 the result is, that the current time is not displayed anymore (as the variable is not defined), but the forum index is shown.
      In phpBB 3.1 the result is a blank page, the output dies.
      This is just an example, also defined variables with leading numbers are leading to a blank page.

            prototech prototech [X] (Inactive)
            Saint_hh Saint_hh
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: