Unparenthesized `a ? b : c ? d : e` is not supported
-
Hi, i just tried to update the plugin from 1.17.1 to 1.18 on a system running php 8.1 and i get a fatal error:
PHP Fatal error: Unparenthesized
a ? b : c ? d : e
is not supported. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /wp-content/plugins/popup-maker/includes/modules/reviews.php on line 295Updating on a system running php 7.4 is fine.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unparenthesized `a ? b : c ? d : e` is not supported’ is closed to new replies.