Received an email that my site is experiencing a technical issue, and yep, it is down. I am locked out of the site and control panel but the email was kind enough to point me directly to the error. I found my way to that file through my host file manager and used code checkers to fix the file. Uploaded and then just shows the message ‘This Page isn’t Working.’ Reverted to the broken file since I only know enough to be dangerous.
My host support was not able to help, they say it is an issue with the plug in. I then go to Themeco for them to assist, but I had to pay for more support which sent me to … a forum.
anywho, I am hoping that one of you kind individuals can assist me in my limited knowledge and expertise to get my site back up.
This was the error that I got:
An error of type E_COMPILE_ERROR was caused in line 112 of the file /public_html/wp-content/plugins/cornerstone/includes/classes/elements/class-element-front-end.php. Error message: Unparenthesized a ? b : c ? d : e
is not supported. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)