PHP 8.0
-
Hi,
first of all, we are very happy with the plugin (free version).
There are some issues with PHP 8.0, though. At changing from PHP 7.4 to 8.0 the following warnings get displayed in the frontend:
1. Warning: Trying to access array offset on value of type null in?…/wp-content/plugins/restaurant-reservations/includes/MailChimp.class.php?on line?75
2. Warning: Trying to access array offset on value of type null in?…/wp-content/plugins/restaurant-reservations/includes/MailChimp.class.php?on line?76In the backend, there are 3 more messages concerning MailChimp:
Warning: Cannot modify header information – headers already sent by (output started at …/wp-content/plugins/restaurant-reservations/includes/MailChimp.class.php:75) in?…/wp-includes/functions.php?on line?6362
Warning: Cannot modify header information – headers already sent by (output started at …/wp-content/plugins/restaurant-reservations/includes/MailChimp.class.php:75) in?…/wp-admin/includes/misc.php?on line?1310
Warning: Cannot modify header information – headers already sent by (output started at …/plugins/restaurant-reservations/includes/MailChimp.class.php:75) in?…/wp-admin/admin-header.php?on line?9This said, we do not plan to integrate MailChimp (which is a Premium feature anyway) into our table reservation system in the near future. So, that’s just to let you know.
However, if you’d have a quick fix for us in order to be able to start using PHP 8.0 that would be greatly appreciated.
Thanks in advance!
- The topic ‘PHP 8.0’ is closed to new replies.