Skip to content

Troubleshooting

At some stage a PSP file is not going to output what you expect. This could be for many reasons:

  • Incorrectly closed or matched HTML tags in the source

  • Mismatched quotation symbols for attributes

  • Incorrect syntax in WebDyne tags, code or attributes

  • Failure by the HTML Parser to read complex or unusual HTML

  • A bug in the WebDyne code at runtime

There are several troubleshooting steps:

  1. Does the file render from the command line using wdrender ? Are there any additional warnings or error messages generated from the command line ?

  2. Is the file validly constructed and balanced HTML when read by the WebDyne parser ? Use wdcompile to check the parsed HTML and check for any errors in attributes or tags

  3. Use the wddebug --enable and WEBDYNE_DEBUG=1 environment variable to elicit more information

If nothing obvious jumps out put a bug report on the WebDyne Github page for the author to review.