-
Bug
-
Resolution: Closed
-
Minor
-
3.1.3
-
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
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.
- is related to
-
PHPBB-13114 Pretty up the Twig error messages.
- Closed