In the RSS-feed resources, built on the WordPress의 platform, you can often find the following error: «오류 라인 2: 프로세싱 인스트럭션 타겟과 일치하는” [xX] [mM] [청각] “is not allowed.». RSS-aggregators most popular browsers interpret a similar message as follows: «XML 또는 텍스트 선언 엔티티의 시작되지 않을시» (파이어 폭스) or «아니 문서의 시작 부분에 XML 선언» (오페라)
Problem lies in the blank lines before and after XML declaration, which lead to incorrect work of the RSS-feed WordPress site. Usually, extra blank lines appear as a result of errors in those files, plugins, configuration files (usually “suffer” wp-rss2.php, wp-atom.php, wp-config.php, functions.php). The problem is compounded by the fact that some (but not all) programs-aggregators can automatically ignore blank lines before and after the Declaration of XML while generating RSS-stream, so the error is indicated for a long time may remain unnoticed.
Plug-in 고쳐 RSS Feeds 모바일 - 피드 is intended to finally and completely resolve the problem of blank lines and resume the normal work of RSS-feed on your site.
다운로드 픽스 RSS 피드 WordPress의 플러그인
버전: 1.03 출시일: 2009-05-24
The principle of the plugin is to verify all the php-files in the root directory of WordPress for the presence of empty rows at the beginning or the end of a file – extra blank lines will be removed.
Please note that the algorithm provides a plugin to ignore blank lines, standing inside the container <? Xml … ?>, so you do not have to worry for the code integrity and correctness of the script.
The amendments are easily controlled using the results list that appears after the operation “rss 피드 WordPress의 수정“: opposite the name of the file containing extra blank line will display the status of the job (Successful, fix [file name.php] – refers to the successful implementation). If changes can not be made due to the fact that the file access mode was set to Read Only, you will receive a message. In this case, you should set write permissions which removing the attribute read-only, and repeat the operation for the specified file.


Hi. I’ve ran your plugin through my website and it doesn’t seem to fix anything. I manually set all permissions so that it could fix them, then set them back. It cleaned all the reported errors, but my feed is still showing the same error when accessing it from the browser.
Any idea what could it be?
Please ensure that your feed content is not cached. It is possible that you see cached errors. In case of any questions regardless the plug-in, you can contact directly to author: flyaga@163.com
Thank you for that great plug-in, it erased all errors in my RSS feeds. Suggesting you to make the option to list WP theme pages, CSS styles etc. with the same problem. This will speed-up the site loading…
I just want to make sure to stop by and say thank you for your plugin. Your plugin fixed my RSS feed problem. Although I only had a few small errors…this tool fixed everything very quickly. Thank you again!
Geoff
Hi there,
Looks helpful. Your plug-in finds hundreds of issues, mostly tail issues but I’m nervous to change so many files on a functioning site.
The Feedburner form feed error says:
The URL does not appear to reference a valid XML file. We encountered the following problem: 오류 라인 3: 프로세싱 인스트럭션 타겟과 일치하는 “[xX][mM][청각]” is not allowed.
I also see it in a validator [feedvalidator.org] :
This feed does not validate.
line 1, 칼럼 1: Blank line before XML declaration
Since there’s only 1 error, I’m curious to figure out which specific files is the problem and what I can do to remedy it? I notice there does not exist a directory in the domain called “feed”. Is that just an alias?
Any help is much appreciated!
-w
What a lifesaver… that would have taken me hours. I donated… thank you!