<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WordPress Fatal error: Call to undefined function _deep_replace()&#8230;pluggable.php on line 884</title>
	<atom:link href="http://www.technama.com/2009/wordpress-fatal-error-call-to-undefined-function-_deep_replacepluggablephp-on-line-884/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technama.com/2009/wordpress-fatal-error-call-to-undefined-function-_deep_replacepluggablephp-on-line-884/</link>
	<description>TechNama Blog is about Gadgets,  iPhone, Android, BlackBerry, Apps, Softwares, Games, Web , Applications and all sort of Tech updates and Downloads</description>
	<lastBuildDate>Mon, 15 Aug 2011 19:56:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Marcelina Cattladge</title>
		<link>http://www.technama.com/2009/wordpress-fatal-error-call-to-undefined-function-_deep_replacepluggablephp-on-line-884/comment-page-1/#comment-9956</link>
		<dc:creator>Marcelina Cattladge</dc:creator>
		<pubDate>Fri, 28 Jan 2011 20:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.technama.com/?p=2494#comment-9956</guid>
		<description>This is a fantastic blog post, I found your webpage searching yahoo for a related subject matter and arrived to this. I couldnt discover to much other information on this piece, so it was awesome to locate this one. I definitely will be back again to check out some other articles that you have another time.</description>
		<content:encoded><![CDATA[<p>This is a fantastic blog post, I found your webpage searching yahoo for a related subject matter and arrived to this. I couldnt discover to much other information on this piece, so it was awesome to locate this one. I definitely will be back again to check out some other articles that you have another time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemi</title>
		<link>http://www.technama.com/2009/wordpress-fatal-error-call-to-undefined-function-_deep_replacepluggablephp-on-line-884/comment-page-1/#comment-721</link>
		<dc:creator>Hemi</dc:creator>
		<pubDate>Mon, 20 Jul 2009 16:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.technama.com/?p=2494#comment-721</guid>
		<description>i was having the same problem. i temporarily commented out the line just to get into the admin &amp; then upgraded to 2.8.2 and the problem was gone.</description>
		<content:encoded><![CDATA[<p>i was having the same problem. i temporarily commented out the line just to get into the admin &amp; then upgraded to 2.8.2 and the problem was gone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mansoor</title>
		<link>http://www.technama.com/2009/wordpress-fatal-error-call-to-undefined-function-_deep_replacepluggablephp-on-line-884/comment-page-1/#comment-709</link>
		<dc:creator>Mansoor</dc:creator>
		<pubDate>Sun, 19 Jul 2009 08:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.technama.com/?p=2494#comment-709</guid>
		<description>well, the error just mentioned that there is an error on pluggable.php on line 884 so formatting.php may be out of question...whatever we have to do is to do on pluggable.php on line 884...my aim was to make pluggable.php of 2.8.1 similar to pluggable.php of version 2.7 or 2.8 and when i checked old files they didnt contain this string...which i deleted... you are right on saying what the function performs but then this is workaround and not the solution...probably someone can come up with a more decent workaround or wordpress can bring a patch...this should also be noted that i experienced this error while installing it locally...</description>
		<content:encoded><![CDATA[<p>well, the error just mentioned that there is an error on pluggable.php on line 884 so formatting.php may be out of question&#8230;whatever we have to do is to do on pluggable.php on line 884&#8230;my aim was to make pluggable.php of 2.8.1 similar to pluggable.php of version 2.7 or 2.8 and when i checked old files they didnt contain this string&#8230;which i deleted&#8230; you are right on saying what the function performs but then this is workaround and not the solution&#8230;probably someone can come up with a more decent workaround or wordpress can bring a patch&#8230;this should also be noted that i experienced this error while installing it locally&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JW</title>
		<link>http://www.technama.com/2009/wordpress-fatal-error-call-to-undefined-function-_deep_replacepluggablephp-on-line-884/comment-page-1/#comment-699</link>
		<dc:creator>JW</dc:creator>
		<pubDate>Sat, 18 Jul 2009 15:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.technama.com/?p=2494#comment-699</guid>
		<description>Is this actually a good idea? If I read that code correctly, it removes &#039;%0a&#039; and &#039;%0d&#039; from the location, which (after a quick Google search) seem to be the codes used in URLs for line feeds and carriage returns (\n and \r). The function in which you&#039;re removing the line seems to sanitize URL&#039;s for redirection, so after this change %0a&#039;s and %0d&#039;s won&#039;t be removed correctly anymore.

It seems the function _deep_replace() is defined in the file wp-includes/formatting.php. Are you sure you have the correct version of that file?</description>
		<content:encoded><![CDATA[<p>Is this actually a good idea? If I read that code correctly, it removes &#8216;%0a&#8217; and &#8216;%0d&#8217; from the location, which (after a quick Google search) seem to be the codes used in URLs for line feeds and carriage returns (\n and \r). The function in which you&#8217;re removing the line seems to sanitize URL&#8217;s for redirection, so after this change %0a&#8217;s and %0d&#8217;s won&#8217;t be removed correctly anymore.</p>
<p>It seems the function _deep_replace() is defined in the file wp-includes/formatting.php. Are you sure you have the correct version of that file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

