XML Parsing Error in Wordpress
I have posted about this problem before, however, since the Wordpress Automatic Plugin Updates (WPAU) have been working there is a new culprit for this bug. It appears to be somewhat of a random bug that occurs when you run an automatic upgrade on a plugin.
To catch this bug before it causes an unexpected problem you should check each plugin immediately after running an upgrade. Simply click the Edit button next to Deactivate, scroll to the very bottom of the file and make sure there is no whitespace at the end of the file. If there is whitespace, simply delete it, and save the plugin. See example images
If you do not check your plugins this bug can become a real pain. The main reason is that once it occurs you have no idea if it is in the Wordpress PHP, Plugins or Theme files.
Reference Link : Search › xml parsing error
Related Posts
Signup to receive the CyberCoder Email Newsletter.
Posted in ProgrammingTag Search : Blogging PHP Wordpress Wordpress Automatic Plugin Update Wordpress How To Wordpress Plugin Wordpress Programmer Wordpress Upgrade XML Parsing Error
2 Responses to “XML Parsing Error in Wordpress”
-
David Cooley Says:
November 19th, 2008 at 11:43 amYour Welcome, I use Fantastico also, except in situations like testing the New Wordpress Beta version.
But, checking those plugins has saved me a lot of frustration over the last couple of years.






November 19th, 2008 at 11:36 am
David,
I appreciate your Twitter updates on this. I just use Fantastico to update to newest WP versions, but now it seems I will need to check all the plugins after doing the upgrade.
AL