Hi, I upgraded my php to 8.0 and my site crashed. This is the message I get:
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 /customers/5/2/a/yadsl.org/httpd.www/wp-content/plugins/giveahand-plugin/parallaxslider/includes/cuztom/classes/fields/multi_select.class.php on line 23
Unfortunately the parallaxslider mentioned in the message is not a stand alone plugin I can simply unistall.
Can anyone help me out?