I have a wordpress site that I haven't been on in awhile that is providing an annoying "warning." Likely due to a PHP update that is not cooperating with the Wordpress theme. Downgrading to PHP 7.4 breaks the site now and upgrading to 8.1 maintains the errors.
All of the plugins are turned off except for the Swift Framework that is required by the theme.
I'm a definitely in the category of amateur, so I would appreciate any help.
Site: www.NewOrleansCounseling.com Wor The warnings are on the Home and Articles pages:
Warning: Trying to access array offset on value of type bool in /var/www/wp-content/themes/cardinal/includes/plugins/aq_resizer-1x.php on line 86
Warning: Trying to access array offset on value of type bool in /var/www/wp-content/themes/cardinal/includes/plugins/aq_resizer-1x.php on line 87
Warning: Trying to access array offset on value of type bool in /var/www/wp-content/themes/cardinal/includes/plugins/aq_resizer-1x.php on line 86
Warning: Trying to access array offset on value of type bool in /var/www/wp-content/themes/cardinal/includes/plugins/aq_resizer-1x.php on line 87
Warning: Trying to access array offset on value of type bool in /var/www/wp-content/themes/cardinal/includes/plugins/aq_resizer-1x.php on line 86
Warning: Trying to access array offset on value of type bool in /var/www/wp-content/themes/cardinal/includes/plugins/aq_resizer-1x.php on line 87
Warning: Trying to access array offset on value of type bool in /var/www/wp-content/themes/cardinal/includes/plugins/aq_resizer-1x.php on line 86
Warning: Trying to access array offset on value of type bool in /var/www/wp-content/themes/cardinal/includes/plugins/aq_resizer-1x.php on line 87
EDIT WITH RELEVANT CODES: 86 $dst_w = $dims[4]; 87 $dst_h = $dims[5];
I tried to turn off debugging in WP Config as that was recommended through a google search. That did not work, so it is back on for the time being.
Thanks in advance!