                                                                                                                                                                                                         <?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/"
	 xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"  xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Get WordPressed   &#187; Wordpress Glitches</title>
	<atom:link href=" http://www.getwordpressed.com/category/wordpress-glitches/feed/" rel="self" type="application/rss+xml" />
	<link> http://www.getwordpressed.com</link>
	<description>Get on the Wordpress Bandwagon</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:16:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress and Plugin Upgrade Issues</title>
		<link> http://www.getwordpressed.com/wordpress-glitches/wordpress-and-plugin-upgrade-issues/</link>
		<comments> http://www.getwordpressed.com/wordpress-glitches/wordpress-and-plugin-upgrade-issues/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 16:13:40 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Wordpress Glitches]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/?p=106</guid>
		<description><![CDATA[   If you blog is installed in a sub-directory rather than the root, here is a list of common errors being seen when attempting wordpress upgrades or installation, upgrade, or removing plugins in wordpress versions 2.8+: Unable to locate WordPress Plugin directory. Warning: unlink(/tmp&#8230;. Unable to locate WordPress Content directory (wp-content) How to fix: The best [...]]]></description>
			<content:encoded><![CDATA[   <p>If you blog is installed in a sub-directory rather than the root, here is a list of common errors being seen when attempting wordpress upgrades or installation, upgrade, or removing plugins in wordpress versions 2.8+:</p>
<p><span style="color: #ff0000;"><strong><em>Unable to locate WordPress Plugin directory.</em></strong></span></p>
<p><span style="color: #ff0000;"><strong><em>Warning: unlink(/tmp&#8230;.</em></strong></span></p>
<p><span style="color: #ff0000;"><strong><em>Unable to locate WordPress Content directory (wp-content)</em></strong></span></p>
<p><strong>How to fix:</strong></p>
<p>The best solution is to create a new ftp login that goes directly to the sub-directory rather than to the root. This usually takes care of the problem right away. When you upgrade in the admin area, it normally asks you for this information before continuing.</p>
<p>If you don&#8217;t have control panel access for setting up a new ftp, <a href="http://artyom-sokolov.com/unable-locate-wordpress-content-directory-wp-content" target="_blank">Artyom&#8217;s Blog</a> has a suggestion to try. I&#8217;ve not tested his method since I&#8217;ve had control panel access for all blogs that had issues, so try at your own risk.</p>
<p><strong>Still having issues:</strong></p>
<p><strong><span style="color: #ff0000;"><em>After clicking &#8220;Upgrade Database&#8221; &#8211; Fatal error: Call to undefined function: populate_roles_270() in /your-abspath/blog/wp-admin/includes/upgrade.php on line 904</em></span></strong></p>
<p>For some odd reason, a wordpress file corrupts or does not always upload correct during manual upgrades. This actually resulted in issues through the entire admin. Simple solution was to re-upload the file: <strong>wp-admin/includes/schema.php</strong></p>
<p><strong>Yet one more issue to help:</strong></p>
<p><strong><span style="color: #ff0000;"><em>Any error relating to tmp/anything directory couldn&#8217;t be found.</em></span></strong></p>
<p>Add the following to the end of the wp-config.php file (but before ?&gt;):</p>
<div class="codesnip-container" >//Added the line below to correct issues with failing upgrades<br />
//and inability to add plugins through the admin area.<br />
putenv(&#8216;TMPDIR=&#8217; . ini_get(&#8216;upload_tmp_dir&#8217;));</div>
<p>(I suggest this as a last resort if all else has failed to stop errors, but I have tested this method and it did resolve an issue for one site.)</p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss> http://www.getwordpressed.com/wordpress-glitches/wordpress-and-plugin-upgrade-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paste Easily to WordPress From MS Word</title>
		<link> http://www.getwordpressed.com/learning-wordpress/paste-easily-to-wordpress-from-ms-word/</link>
		<comments> http://www.getwordpressed.com/learning-wordpress/paste-easily-to-wordpress-from-ms-word/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 15:49:58 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Learning Wordpress]]></category>
		<category><![CDATA[Wordpress Glitches]]></category>
		<category><![CDATA[Wordpress basics]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/general/paste-easily-to-wordpress-from-ms-word/</guid>
		<description><![CDATA[   I&#8217;ve always recommended that people not paste text directly into WordPress from Microsoft Word, and instead suggested that they open their Microsoft Notepad, paste into Notepad, then copy and paste back into WordPress. This extra step removes the stupid formatting put in place by Microsoft Word. Apparently, a recent addition to WordPress (maybe 2.3?) added [...]]]></description>
			<content:encoded><![CDATA[   <p>I&#8217;ve always recommended that people not paste text directly into WordPress from Microsoft Word, and instead suggested that they open their Microsoft Notepad, paste into Notepad, then copy and paste back into WordPress. This extra step removes the stupid formatting put in place by Microsoft Word.</p>
<p>Apparently, a recent addition to WordPress (maybe 2.3?) added a button on the WordPress text editor that allows you to paste information directly from Microsoft Word, and instantly strips out all the formatting. I&#8217;m exactly not sure how long it&#8217;s been there, but it works very well.</p>
<p>First you have to open the advanced toolbar options to see the new button button -</p>
<p style="text-align: center"><img src="http://www.getwordpressed.com/wp-content/uploads/wp-word1.jpg" alt="wp-word1.jpg" /></p>
<p>This expands the menu to a second level where you will immediately see the option for Microsoft Word pasting.</p>
<p style="text-align: center"><img src="http://www.getwordpressed.com/wp-content/uploads/wp-word2.jpg" alt="wp-word2.jpg" /></p>
<p>Hitting that button opens another small window, where you can paste from Word to your hearts content.</p>
<p style="text-align: center"><img src="http://www.getwordpressed.com/wp-content/uploads/wp-word3.jpg" alt="wp-word3.jpg" /></p>
<p>Nice!</p>
]]></content:encoded>
			<wfw:commentRss> http://www.getwordpressed.com/learning-wordpress/paste-easily-to-wordpress-from-ms-word/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WordPress Not Showing Backlinks Any More?</title>
		<link> http://www.getwordpressed.com/wordpress-code/wordpress-not-showing-backlinks-any-more/</link>
		<comments> http://www.getwordpressed.com/wordpress-code/wordpress-not-showing-backlinks-any-more/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 22:05:12 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Wordpress Code]]></category>
		<category><![CDATA[Wordpress Glitches]]></category>

		<guid isPermaLink="false">http://www.getwordpressed.com/wordpress-code/wordpress-not-showing-backlinks-any-more/</guid>
		<description><![CDATA[   What&#8217;s with the new version of WordPress not showing your inbound links anymore? &#8211; Oh &#8211; actually, I see now that it is not just in the latest version,  but it&#8217;s been removed altogether from the admin control panel. This is very odd&#8230; First they replaced Technorati in there with Google, and now they&#8217;ve removed [...]]]></description>
			<content:encoded><![CDATA[   <p>What&#8217;s with the new version of WordPress not showing your inbound links anymore? &#8211; Oh &#8211; actually, I see now that it is not just in the latest version,  but it&#8217;s been removed altogether from the admin control panel.</p>
<p>This is very odd&#8230; First they replaced Technorati in there with Google, and now they&#8217;ve removed altogether the ability to know instantly when someone links back to you.</p>
<p>That&#8217;s a shame, because I really like it! Perhaps it&#8217;s just a glitch and it will come back tomorrow?</p>
]]></content:encoded>
			<wfw:commentRss> http://www.getwordpressed.com/wordpress-code/wordpress-not-showing-backlinks-any-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
