This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
faq:parse-error-troubleshooting [2013/12/16 07:44] Alia |
faq:parse-error-troubleshooting [2013/12/16 07:54] (current) Alia Approved |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Troubleshooting "Parse Error" ====== | ====== 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. | + | 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 added to Custom HTML widgets. |
{{:faq:parse_error.png?300|}} | {{:faq:parse_error.png?300|}} | ||
Line 22: | Line 22: | ||
{{:faq:parse_error_firebug.png?300|}} | {{:faq:parse_error_firebug.png?300|}} | ||
- | * Open details of this POST using **+** sign next to it. Navigate to **Response** section. Here you will see response script received from your server. It will contain the error message that caused parse error. In this example "Groups" plugin caused the parse error since GROUPS_BOL_SERVICE - is the method that belongs to this plugin. | + | * Open details of this POST using **+** sign next to it. Navigate to **Response** section. Here you will see response script received from your server. It will contain the error message that caused parse error.If you are not sure what errors mean, contact Oxwall support team for assistance. In this case "Groups" plugin caused the parse error since GROUPS_BOL_SERVICE - is the method that belongs to this plugin. |
{{:faq:screenshot-19.png?300|}} | {{:faq:screenshot-19.png?300|}} |