PHP 8 error message when plugin active
-
When I enable the plugin on a server running PHP 8 I get the following error (full URL removed for privacy):
Warning: Private methods cannot be final as they are never overridden by other classes in [mywebsite.com]/wp-content/plugins/cookiebot/src/addons/controller/addons/Base_Cookiebot_Addon.php on line 121 Warning: Private methods cannot be final as they are never overridden by other classes in [mywebsite.com]/wp-content/plugins/cookiebot/src/addons/controller/addons/Base_Cookiebot_Addon.php on line 314
As soon as I downgrade the server to PHP 7.4 the error disappears.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP 8 error message when plugin active’ is closed to new replies.