[ad_1]
Unparenthesized `a ? b : c ? d : e`
Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
in /wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php on line 673
So this code breaks the site. If i fix it I get a fatal error from each function.
This is a friends website.
I think its due to WPBakery stopping free version compatibility but I am not sure.
Can someone hlpe?

I had this happen, had to roll back PHP.