PHP 8.x compatible
-
Installing the plugin on a server running PHP 8.x throws a fatal error.
Fatal error: Unparenthesized
a ? b : c ? d : e
is not supported. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
inwp-content/plugins/genoo/libs/WPMKTENGINE/Wordpress/Utils.php on line 81
Do you know if the plugin is PHP 8.x ready?
- The topic ‘PHP 8.x compatible’ is closed to new replies.