NeoWebScript™ User Troubleshooting

Q. No HTML following a NeoWebScript™ in my webpage is shown.

A. You called abort_page, which intentionally causes this to happen. Or... You didn't close the NeoWebScript™ with a '-->

Q. I still get a syntax error no matter what I do. It's driving me crazy!

A. Perhaps you have an apostrophe in your NeoWebScript™ code. Unfortunately, HTML syntax forces this character on us, and it is an admitted shortcoming. One workaround is by using load_file (which can contain apostrophes to your heart's delight. Another workaround is to use the new server-side container tags <nws>...</nws> that functions almost identically to the <!--#neoscript code='...'--> tags.

Q. I have lots of code. If I add a few lines, the page doesn't run. If I remove those lines, the page does run!

A. Your NeoWebScript™ code segment may be hitting Apache's 8 KB server-side include limit. There are many workarounds to this problems: