-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-dev
-
None
-
None
Getting this on area51 after update https://area51.phpbb.com/phpBB/viewtopic.php?p=256685#p256685
May already have been an issue before this patch.
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_content.php on line 776: Undefined offset: 3
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5473: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4300)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5475: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4300)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5476: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4300)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5477: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4300)
- was caused by solution of
-
PHPBB-11606 make_clickable() in includes/functions_content.php uses deprecated preg_replace() /e modifier (PREG_REPLACE_EVAL)
- Unverified Fix