phpbb / customisation-db

A Modification and Style database for phpBB.com and the International Support Teams, codename Titania
https://phpbb.com
57 stars 55 forks source link

Fixing stuff that won’t work with PHP 8 #350

Closed iMattPro closed 1 year ago

Skouat commented 1 year ago

Hi @iMattPro What do you think about removing the 'safe_mode' code in attachment/attachment.php (feature removed on PHP >=5.4) And update PHP version to 7.1.3 in composer.json?

Skouat commented 1 year ago

Hi @iMattPro , There is another issue with PHP 7.4 and newer.

/ext/phpbb/titania/includes/overlords/attention.php on line 233: Trying to access array offset on value of type bool

This happens when there is a report on attention tab.