When using the PHP Tidy Library (More Specifically, The tidy_repair_string function) I keep getting the following error: Unsupported node type:8. what does this error mean, and what can I do to get around this?
When using the PHP Tidy Library (More Specifically, The tidy_repair_string function) I keep getting
Share
The best I could figure out with my google-fu is I believe node type 8 is referring to comments. Seeing what you’re feeding
tidy_repair_string()that’s making it fail would help.Perhaps you could fiddle with tidy’s comment config options,
fix_bad_commentsandhide_comments?I could be completely off, but that was as much as I could uncover with what you’ve stated. Some more info would help greatly. Such as an example of code that’s specifically producing the error.