<?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 2.5</title>
	<atom:link href="http://gorey.com.au/waiting-for-wordpress-2.5/feed" rel="self" type="application/rss+xml" />
	<link>http://gorey.com.au/waiting-for-wordpress-2.5</link>
	<description>Random thoughts and observations</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:37:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John Miles</title>
		<link>http://gorey.com.au/waiting-for-wordpress-2.5/comment-page-1#comment-39399</link>
		<dc:creator>John Miles</dc:creator>
		<pubDate>Wed, 20 Aug 2008 05:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://gorey.com.au/blog/2008/2173#comment-39399</guid>
		<description>I had the same error when working on a new company website using WP 2.5. I searched for the &quot;Missing Attachment&quot; variable text and found it in the includes/post_template.php file, line 376. I changed it from return __(&#039;Missing Attachment&#039;); to return __(&#039;&#039;);  uploaded the new file and there are no more errors messages writing to screen. So far this has not caused any issues with the site whatsoever. Hope this post is helpful to others with the same issue.</description>
		<content:encoded><![CDATA[<p>I had the same error when working on a new company website using WP 2.5. I searched for the &#8220;Missing Attachment&#8221; variable text and found it in the includes/post_template.php file, line 376. I changed it from return __(&#8216;Missing Attachment&#8217;); to return __(&#8221;);  uploaded the new file and there are no more errors messages writing to screen. So far this has not caused any issues with the site whatsoever. Hope this post is helpful to others with the same issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://gorey.com.au/waiting-for-wordpress-2.5/comment-page-1#comment-37860</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 02 Jun 2008 07:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://gorey.com.au/blog/2008/2173#comment-37860</guid>
		<description>Wes, I&#039;m unable to replicate the problem, but by memory the error messages refers to a specific line of code in a php file. I commented out that line.

Ultimately I had to change themes and add all plugins from scratch to fix a problem I had with paragraph breaks, which I think was related to the missing attachment issue.</description>
		<content:encoded><![CDATA[<p>Wes, I&#8217;m unable to replicate the problem, but by memory the error messages refers to a specific line of code in a php file. I commented out that line.</p>
<p>Ultimately I had to change themes and add all plugins from scratch to fix a problem I had with paragraph breaks, which I think was related to the missing attachment issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://gorey.com.au/waiting-for-wordpress-2.5/comment-page-1#comment-37776</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Thu, 29 May 2008 17:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://gorey.com.au/blog/2008/2173#comment-37776</guid>
		<description>Same missing attachment problem ... would be great to hear the solution</description>
		<content:encoded><![CDATA[<p>Same missing attachment problem &#8230; would be great to hear the solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://gorey.com.au/waiting-for-wordpress-2.5/comment-page-1#comment-36829</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 01 May 2008 00:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://gorey.com.au/blog/2008/2173#comment-36829</guid>
		<description>JC, I&#039;m kicking myself for not writing down the solution. It was something simple, as I told Melih by email, who fixed it as well.

I can&#039;t remember if it was a theme or plugin issue, but I&#039;ve changed themes since then and can&#039;t replicate it.

I&#039;ve got a feeling that my error message gave me a file reference and line number, which isn&#039;t the case for you, so it could be a different problem.

Have you looked at your index.php or single.php file to see what&#039;s after the date and before the post? Maybe there&#039;s a call for something that isn&#039;t there.</description>
		<content:encoded><![CDATA[<p>JC, I&#8217;m kicking myself for not writing down the solution. It was something simple, as I told Melih by email, who fixed it as well.</p>
<p>I can&#8217;t remember if it was a theme or plugin issue, but I&#8217;ve changed themes since then and can&#8217;t replicate it.</p>
<p>I&#8217;ve got a feeling that my error message gave me a file reference and line number, which isn&#8217;t the case for you, so it could be a different problem.</p>
<p>Have you looked at your index.php or single.php file to see what&#8217;s after the date and before the post? Maybe there&#8217;s a call for something that isn&#8217;t there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melih</title>
		<link>http://gorey.com.au/waiting-for-wordpress-2.5/comment-page-1#comment-36823</link>
		<dc:creator>Melih</dc:creator>
		<pubDate>Wed, 30 Apr 2008 17:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://gorey.com.au/blog/2008/2173#comment-36823</guid>
		<description>I used the plug-in &quot;Image Headlines&quot;. 
It was a term ´image´ (I think in the post template) which collidate with the ´image´ my  Image Headlines Plug-In uses.
I think that was it. But I´m not quite sure</description>
		<content:encoded><![CDATA[<p>I used the plug-in &#8220;Image Headlines&#8221;.<br />
It was a term ´image´ (I think in the post template) which collidate with the ´image´ my  Image Headlines Plug-In uses.<br />
I think that was it. But I´m not quite sure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://gorey.com.au/waiting-for-wordpress-2.5/comment-page-1#comment-36821</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Wed, 30 Apr 2008 14:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://gorey.com.au/blog/2008/2173#comment-36821</guid>
		<description>Michael,
I&#039;m having the same problem with the missing attachment. How did you get rid of that?</description>
		<content:encoded><![CDATA[<p>Michael,<br />
I&#8217;m having the same problem with the missing attachment. How did you get rid of that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melih</title>
		<link>http://gorey.com.au/waiting-for-wordpress-2.5/comment-page-1#comment-36784</link>
		<dc:creator>Melih</dc:creator>
		<pubDate>Tue, 22 Apr 2008 13:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://gorey.com.au/blog/2008/2173#comment-36784</guid>
		<description>Hi Michael
I have the same problem like you hab with the “Missing Attachment” problem.
Can you please tell me how you solved this problem. It would be nice to hear from you.
Greetings
 
 </description>
		<content:encoded><![CDATA[<p>Hi Michael<br />
I have the same problem like you hab with the “Missing Attachment” problem.<br />
Can you please tell me how you solved this problem. It would be nice to hear from you.<br />
Greetings<br />
 <br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gorey</title>
		<link>http://gorey.com.au/waiting-for-wordpress-2.5/comment-page-1#comment-36766</link>
		<dc:creator>Michael Gorey</dc:creator>
		<pubDate>Wed, 02 Apr 2008 08:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://gorey.com.au/blog/2008/2173#comment-36766</guid>
		<description>I fixed the missing text problem and it wasn&#039;t specific to WordPress 2.5. A few plugins didn&#039;t work, but otherwise the transition was okay.
I can&#039;t say I really like the admin interface though. There are some changes that I can&#039;t see the benefit of, eg the way the widgets run vertically in a list, rather than blocks, and the absence of page/post number IDs.</description>
		<content:encoded><![CDATA[<p>I fixed the missing text problem and it wasn&#8217;t specific to WordPress 2.5. A few plugins didn&#8217;t work, but otherwise the transition was okay.<br />
I can&#8217;t say I really like the admin interface though. There are some changes that I can&#8217;t see the benefit of, eg the way the widgets run vertically in a list, rather than blocks, and the absence of page/post number IDs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermayn Parker</title>
		<link>http://gorey.com.au/waiting-for-wordpress-2.5/comment-page-1#comment-36764</link>
		<dc:creator>Jermayn Parker</dc:creator>
		<pubDate>Wed, 02 Apr 2008 04:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://gorey.com.au/blog/2008/2173#comment-36764</guid>
		<description>So is that all the problems? That is not too bad at all.</description>
		<content:encoded><![CDATA[<p>So is that all the problems? That is not too bad at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://gorey.com.au/waiting-for-wordpress-2.5/comment-page-1#comment-36758</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 30 Mar 2008 01:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://gorey.com.au/blog/2008/2173#comment-36758</guid>
		<description>After upgrading I&#039;ve experienced quite a few plugin errors with another site I&#039;m running.

On this site I have mysterious &quot;Missing Attachment&quot; text at the top of each post. So far I don&#039;t know if it&#039;s a plugin or theme problem.</description>
		<content:encoded><![CDATA[<p>After upgrading I&#8217;ve experienced quite a few plugin errors with another site I&#8217;m running.</p>
<p>On this site I have mysterious &#8220;Missing Attachment&#8221; text at the top of each post. So far I don&#8217;t know if it&#8217;s a plugin or theme problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

