I'm glad you were able to patch it yourself. Your patch will fix the PHP parse error, and if you never update to PHP 7.2, it will be a permanent fix. If you want a permanent fix, you must change the name of the constructor function (which in phpBB 3.0.x is the same name as the class) to the following:
Code: Select all
function __construct()