When updating to PHP8 I get error
-
When I try to upgrade to PHP8 I get this error message:
Fatal error: Unparenthesized
a ? b : c ? d : e
is not supported. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /home/xxxxxx/public_html/wp-content/plugins/conversational-forms/classes/core.php on line 3692Is there some workaround I can do or will I need to be patient until you send out an update for PHP8? ??
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘When updating to PHP8 I get error’ is closed to new replies.