<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dyadica.net &#187; errors</title>
	<atom:link href="http://blog.dyadica.net/archives/tags/errors/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.dyadica.net</link>
	<description>Fun and Games in the Dyadic Sea</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:04:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>URL NOT VALID when trying to manage (anything) posts</title>
		<link>http://blog.dyadica.net/archives/url-not-valid-when-trying-to-manage-anything-posts</link>
		<comments>http://blog.dyadica.net/archives/url-not-valid-when-trying-to-manage-anything-posts#comments</comments>
		<pubDate>Mon, 21 Jul 2008 19:29:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[site development]]></category>

		<guid isPermaLink="false">http://blog.dyadica.net/archives/614</guid>
		<description><![CDATA[Since the upgrade to wordpress 2.6 I have had an issue with the wordpress back end, with a little google play it seems that I am not alone.
http://wordpress.org/support/topic/169789
Essentially all of the back end edit next&#8230;n ...]]></description>
			<content:encoded><![CDATA[<p>Since the upgrade to wordpress 2.6 I have had an issue with the wordpress back end, with a little google play it seems that I am not alone.</p>
<p><a rel="nofollow" href="http://wordpress.org/support/topic/169789">http://wordpress.org/support/topic/169789</a></p>
<p>Essentially all of the back end edit next&#8230;n page functions are reporting a http:/// url and thus your browser gives a URL NOT VALID report. As a short term fix I tracked down the url write to $url = &#8216;http://&#8217; . $url located in the clean_url function within formatting.php.</p>
<p>I fixed the issue by commenting out the line as shown in italics:</p>
<blockquote><p>if ( strpos($url, &#8216;:&#8217;) === false &amp;&amp; substr( $url, 0, 1 ) != &#8216;/&#8217; &amp;&amp; !preg_match(&#8216;/^[a-z0-9-]+?\.php/i&#8217;, $url) )</p>
<p>// $url = &#8216;http://&#8217; . $url; // KOTD &#8211; Removed &#8216;http://&#8217; to make back end work</p></blockquote>
<p>This may cause additional issues and only time will tell however all is running fine for me so far. I have documented this fix at the following:</p>
<p><a rel="nofollow" href="http://wordpress.org/support/topic/172749">http://wordpress.org/support/topic/172749</a></p>
<p>I hope this is of some help to folks. If you do use it please report back any issues you have caused by the fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dyadica.net/archives/url-not-valid-when-trying-to-manage-anything-posts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
