How to troubleshoot Parse Error?

Parse errors happen when the code doesn't conform to the syntax or language rules for the language your script is working in. In SkaDate, parse error is known to be caused by third party plugins and custom code added to Custom HTML widgets.

Firebug

This documentation uses Firebug as a debug tool. Alternatively you can use a native debugger that comes with Google Chrome. Parse error discussed in this documentation appears when user signs in.

Troubleshooting steps:

Note: Firebug might not show the actual error message within the Response section if error_reporting is disabled on your server.

Other tools