Quote:
Originally Posted by hengyu
I got this exact error logged and was searching here for an answer. I eventually stumbled upon one through a lot of trial and error of deleting files until I narrowed it down to a single file, and then deleting parts of that file until I noted specific lines that caused problems.
In the end, xhtml file containing the footnotes, some line had a malformed URL in a hyperlink like so:
Code:
<p class="foot1">... <a href="http:/REDACTED/Member.aspx?Id=1806">http:/REDACTED/Member.aspx?Id=1806</a>...</p>
|
Thanks for taking the time to find the cause of the problem and reporting it.
The next release of this plugin will fix an incorrect number of '/' characters in an http or https URL contained in an href. That should prevent this particular internal error from occurring in the future.