You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
hesyifei
changed the title
Trying to access array offset on value of type bool in plugins/PWG_Stuffs/modules/FeaturedPhotos/main.inc.php on line 32
PHP 7.4: Trying to access array offset on value of type bool in PWG_Stuffs/modules/FeaturedPhotos/main.inc.php on line 32
Aug 30, 2020
This is a new message I got after updating to PHP 7.4 from PHP 7.2.
It seems to be caused by
PWG_Stuffs/modules/FeaturedPhotos/main.inc.php
Line 32 in 18203ef
Could probably be fixed by e.g. https://stackoverflow.com/q/59674903/2603230.
The text was updated successfully, but these errors were encountered: