Hello,
after changing htaccess line AddType application/x-httpd-php74 .php
to AddType application/x-httpd-php80 .php I am getting this warning now:
Warning: Trying to access array offset on value of type bool in /usr/home/Aimwin/domains/aimwin.eu/public_html/wp-content/themes/aimwin/template-series.php on line 103 Warning: Trying to access array offset on value of type null in /usr/home/Aimwin/domains/aimwin.eu/public_html/wp-content/themes/aimwin/template-series.php on line 103 Warning: Trying to access array offset on value of type bool in /usr/home/Aimwin/domains/aimwin.eu/public_html/wp-content/themes/aimwin/template-series.php on line 105 Warning: Trying to access array offset on value of type null in /usr/home/Aimwin/domains/aimwin.eu/public_html/wp-content/themes/aimwin/template-series.php on line 105
The lines are
Line 103: $thumb1 = $img1[‘sizes’][‘foundation-small’];
Line 105: $thumb2 = $img2[‘sizes’][‘foundation-small’];
Any help would be appreciated
Thank you
-
This reply was modified 3 years ago by aimwin.