• Multiple fatal error messages when using PHP 8 or 8.1, for example:

    PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /wp-content/plugins/kvcore-idx/includes/vendor/twig/twig/lib/Twig/Node.php on line 42

    • This topic was modified 2 years, 6 months ago by Dmitriy.
  • The topic ‘PHP 8.0 or 8.1 Fatal Error’ is closed to new replies.