• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Fix XML parsing Failed Error WordPress

By Abhishek Ghosh April 5, 2014 5:58 pm Updated on April 5, 2014

Fix XML parsing Failed Error WordPress

Advertisement

Fix XML parsing Failed Error often thrown by WordPress, usually after thankful WordPress update or a Plugin update. It is broad spectrum fix. Unfortunately, I suddenly noticed that Google is not sending Feedburner email. At morning, an unfortunate update went for W3 Total Cache with lot of Pop Ups. After discovering and fixing, I thought to write this broad spectrum dosage to Fix XML parsing Failed Error WordPress.

 

Fix XML parsing Failed Error WordPress : Before We Begin

 

Please read this guide first like any holy book – Fix WordPress RSS Feed Not Updating Problem. The logical steps should be the same. Cool down, follow the info graphics of that guide. As in this cases where we are getting XML parsing Failed Error, we will stop at Step 2 of the info graphics. Right? Then we will fix it and proceed. Let us fix it first.

 

Fix XML parsing Failed Error WordPress : Blame PHP

 

Actually, it is PHP which is responsible for this error. The possibly the best solution is to add this things :

Advertisement

---

 

Vim
1
2
3
$out = ob_get_contents();
$out = str_replace(array("n", "r", "t", " "), "", $input);
ob_end_clean();

 

to wp-includes/feed-rss2.php (and/or other Feed generating PHP files like that for comment). As we have root access, we edited the file on nano text editor going to the root of WordPress installation :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
nano wp-includes/feed.rss2.php
# Editor
 
<?php
/**
* RSS2 Feed Template for displaying RSS2 Posts feed.
*
* @package WordPress
*/
 
header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_op$
$more = 1;
// We have added from here
$out = ob_get_contents();
$out = str_replace(array("n", "r", "t", " "), "", $input);
ob_end_clean();
// here it ends !
echo '<?xml version ="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?>
 
<rss version="2.0"
        xmlns:content="http://purl.org/rss/1.0/modules/content/"
        xmlns:wfw="http://wellformedweb.org/CommentAPI/"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
        xmlns:atom="http://www.w3.org/2005/Atom"
        xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
// no need read the whole file!

We just saved the file. Well, it worked. There are lot of Feed related PHP files like feed-rss2-comments.php, feed-rss.php, feed-rdf.php, feed-atom.php, feed-atom-comments.php etc. but this one is for what we get as Post feeds. We have modified the previous how to do steps in this update :

Fix XML parsing Failed Error WordPress

Without going to much details, this method is used in Joomla! to clean the added white spaces.

Tagged With word xml parsing error , fixing xml parsing error , how to fix word xml parsing error , xml parsing error fix , xml parsing error in word , xmlns:syn=\http://purl org/rss/1 0/modules/syndication/\
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Fix XML parsing Failed Error WordPress

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Nginx WordPress Configuration Sample File

    Here is Ready to Use Nginx Wordpress Configuration Sample File Which Can Used With Either Community Edition of Nginx or Nginx Plus & PHP5-FPM.

  • OS X Nano Syntax Highlighting

    Here is How to Update OS X Nano and Enable OS X Nano Syntax Highlighting For Various Languages. Needed dot Files to Match With iTerm2 Has Been Supplied.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy