User Tools

Site Tools


faq:parse-error-troubleshooting
This version is outdated by a newer approved version.DiffThis version (2013/12/16 05:36) is a draft.
Approvals: 0/1

This is an old revision of the document!


Troubleshooting "Parse Error"

Parse errors happen when the code doesn't conform to the syntax or language rules for the language in which you're script is working. In Oxwall, parse error is known to be caused by third party plugins and custom code( javascript in particular) added to Custom HTML widgets.

Debug tools

This documentation uses Firebug as a debug tool. Alternatively you can use native debugger that comes with Google Chrome.

To find out which plugin/piece of code is causing parse error:

  1. Open the page where parse error happens in Firefox
  2. Enable Firebug in your browser
  3. Choose Console >All in Firebug's panel.

Reproduce parse error message. Example: if you get parse error when signin in, sign in; if you get parse error when submitting a newsfeed comment- submit a comment.

Once parse error is reproduces check the

faq/parse-error-troubleshooting.1387172189.txt.gz · Last modified: 2015/09/15 09:10 (external edit)