Feed does not validate: XML parsing error: <unknown>:137:0: junk after document
-
While trying to validate a feed through W3C service, I got the following error message.
line 136, column 0: XML parsing error: <unknown>:137:0: junk after document element
Looking at the lines, I found out the line 136 is normal. Line 137 seems to be the one causing my feed to go haywire. You can look at the validation of the feed here.
https://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fheysayanime.kokidokom.net%2Ffeed
and feed address is
https://heysayanime.kokidokom.net/feed
Because of this, feed readers are not able to parse my feed. I’ve been trying to get the cause of this problem by looking at the feed php scripts in my wp-includes folder, but to no avail.
I also tried to switch themes; that too did not work unfortunately.I have tried to diagnose the problem but only been able to figure out the following so far.
1. I don’t think it’s my webhost’s fault (that would be Bluehost) since I have other wordpress installations there as well. If anything, their feed should have been affected.
2. I’m suspecting the cause to be either the theme or the plugins that were imported via FTP. I got to this conclusion while constantly recreating (and destroying) the particular WordPress installation (along with
the subdomain and the ftp it’s associated with) so many times, I’ve noticed the feed only goes haywire after I installed both themes and plugins. As of last night’s reinstallation, I’ve decided to use a new theme and everything seems to be working fine.
Only this morning after installing plugins I was able to find out the my feed stopped validating and working (because of Line 137).And no, deactivating the plugins does not change anything.
Here are the following plugins I’ve installed..
WordPress.com Stats version 1.3.7
WordPress.com Stats Helper version 0.5.5.3
WP-Stats-Dashboard version 1.5.4
This is a very urgent matter. Any help appreciated! Thanks in advance.
- The topic ‘Feed does not validate: XML parsing error: <unknown>:137:0: junk after document’ is closed to new replies.