Hi,
I found a bug between phpBB 3.1.7 RC1 and PHP 7.0.0, and I can't use phpBB tracker website because my login don't work (after few days).
I obtained "Login with your username and password from
www.phpbb.com. Please note it can take up to four hours for your login details to synchronise between
www.phpbb.com and our bug tracker." but it don't work.
My bug with PHP 7.0.0 :
If I want to see any topic (viewtopic.php?f=2&t=6 for example), accents are broken (not on the homepage) and on the top I have many phpBB Debug messages similar to :
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
I also have :
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5282: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)"
On the homepage (index.php) no problem, accents are ok and I don't have any error message.
For now I reverted to PHP 5.6.16 ; I wait for PHP 7.0.x upgrade.
Please, can you reproduce and fix that bug ?
Thank you