<?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>Wordpress Master &#187; Wordpress Fixes</title>
	<atom:link href="http://www.wordpress-master.com/category/wordpress-fixes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wordpress-master.com</link>
	<description>Teaching Wordpress to the World</description>
	<lastBuildDate>Sat, 19 Jun 2010 13:40:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Moving your WordPress Site?  Don&#8217;t forget hidden files.</title>
		<link>http://www.wordpress-master.com/moving-wordpress-site-hidden-files.html</link>
		<comments>http://www.wordpress-master.com/moving-wordpress-site-hidden-files.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 03:40:09 +0000</pubDate>
		<dc:creator>Ed Gately</dc:creator>
				<category><![CDATA[How To Fix Wordpress]]></category>
		<category><![CDATA[Setting Up Wordpress]]></category>
		<category><![CDATA[Assumptions]]></category>
		<category><![CDATA[Configuration Settings]]></category>
		<category><![CDATA[Htaccess File]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Little Buggers]]></category>
		<category><![CDATA[Moving]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[using wordpress]]></category>
		<category><![CDATA[wordpress help]]></category>
		<category><![CDATA[wordpress tips]]></category>

		<guid isPermaLink="false">http://www.wordpress-master.com/?p=516</guid>
		<description><![CDATA[After helping move a Wordpress Installation for someone today, we found the site not working.  Specifically what appeared to be broken was the post and page links.  The home page displayed just fine, but try to go any deeper than that and all you see is 404 errors.  Turns out hidden files need to be moved also.

In Linux, any file that starts with a period is considered hidden.  Most FTP clients have the default setting of not displaying hidden files.  But you still can't forget to move them if you are moving your website.]]></description>
			<content:encoded><![CDATA[<p></p><p>I helped someone finish up a site move earlier today.  They had already moved the files and the database over.  All I needed to do was help set up the files, import the database, make sure the permissions were proper and double check any final configuration settings.</p>
<p>When I was finishing it up I always check the permissions of the .htaccess file.  It&#8217;s one file that is easy to miss.  On a fresh install it doesn&#8217;t even exist so I normally create it and make sure it has writable permissions since WordPress is fully capable of setting up the .htaccess file for you if you change the permalink settings.</p>
<p>In this case, the file was missing, the person who had moved the files didn&#8217;t move this particular file.  It does happen on occasion.  In Linux anything that starts with a period is a hidden file.  If you download via FTP you might not see it by default.</p>
<p>But on this site I didn&#8217;t even think about it not being moved.  I was busy at the time and I had checked the site and it was showing up so I assumed good to go.  I did however create the file and give it writable permissions.  I figured some people don&#8217;t use the permalink setup, but in case they ever did in the future it&#8217;s set up so WordPress can write it for them.</p>
<p>Well you know what they say about assumptions.  Naturally, I found out later none of their post links were working.  A quick check on the site and sure enough it was trying to use permalink but the .htaccess was empty so it wasn&#8217;t working.</p>
<p>Luckily this was an easy fix.  I had already created the file and made it writable.  I logged into their admin, went to permalink settings, turned the settings off, saved, turned it back on how they had it, saved, and good to go.  The site was back to working.</p>
<p>Lesson for me, don&#8217;t assume.  Lesson for others, make sure you move those hidden files.  Those little buggers are hiding after all.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wordpress-master.com%2Fmoving-wordpress-site-hidden-files.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wordpress-master.com%2Fmoving-wordpress-site-hidden-files.html&amp;source=wordpressmaster&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-master.com/moving-wordpress-site-hidden-files.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upload Permissions for WordPress in Plesk</title>
		<link>http://www.wordpress-master.com/upload-permissions-wordpress-plesk.html</link>
		<comments>http://www.wordpress-master.com/upload-permissions-wordpress-plesk.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 05:09:34 +0000</pubDate>
		<dc:creator>Ed Gately</dc:creator>
				<category><![CDATA[How To Fix Wordpress]]></category>
		<category><![CDATA[Setting Up Wordpress]]></category>
		<category><![CDATA[Wordpress Advanced]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Bad Habits]]></category>
		<category><![CDATA[Domain User]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Environments]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Mydomain]]></category>
		<category><![CDATA[Parent Directory]]></category>
		<category><![CDATA[Plague]]></category>
		<category><![CDATA[Plesk Control Panel]]></category>
		<category><![CDATA[Safe Mode]]></category>
		<category><![CDATA[Scenarios]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Upload]]></category>
		<category><![CDATA[using wordpress]]></category>
		<category><![CDATA[Vps]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress help]]></category>
		<category><![CDATA[wordpress tips]]></category>

		<guid isPermaLink="false">http://www.wordpress-master.com/?p=502</guid>
		<description><![CDATA[Installing Wordpress is a pretty easy and straight forward task.  Sometimes your hosting situation can throw you a few snags.  Recently I came across an issue with the Media Upload folder in Plesk.  Wordpress would create a portion of the path but not the entire path.  The solution while elusive, wasn't as off the wall as I thought it would be.]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.wordpress-master.com/upload-permissions-wordpress-plesk.html" title="Permanent link to Upload Permissions for WordPress in Plesk"><img class="post_image alignnone" src="http://www.wordpress-master.com/wp-content/uploads/2009/12/access-denied.gif" width="200" height="200" alt="Post image for Upload Permissions for WordPress in Plesk" /></a>
</p><p>Most of you know that installing WordPress is a pretty easy and straight forward job, and if you don&#8217;t know it already just try it out once or twice and you&#8217;ll see how easy it is.  But if you&#8217;ve been around the block you&#8217;ll also know that different hosting environments and situations can throw some different scenarios at you.</p>
<p>Not too long ago I came across a problem that I haven&#8217;t seen before.  The situation was installing WordPress in a hosting environment with a Plesk Control Panel.  Although this situation could arise in multiple other environments, I just hadn&#8217;t encountered it because I normally prefer to stick to VPS and VDS hosting without a control panel, and I really stay away from purely shared hosting like it&#8217;s the plague.</p>
<p>After installing WordPress any time I tried to upload media (with the setting to organize by date) into the WordPress system I would get the error:</p>
<blockquote><p>Unable to create directory /var/www/vhosts/[mydomain]/httpdocs/wp-content/uploads/2009/11. Is its parent directory writable by the server?</p></blockquote>
<p>The part that threw me off was that I had created the uploads directory, I gave the directory 777 permissions so that Apache could create files and folders beneath it, and I actually found that the installation would create the &#8220;2009&#8243; directory, but nothing any further.  If I went ahead and created the &#8220;11&#8243; directory and gave it write permissions then it could write uploads, but once the next month came around same problem again.</p>
<p>To top it all off, I first came across this problem in front of a client that I was teaching some hosting tricks.  So now I was just looking like an idiot.</p>
<p>Turns out the problem was related to Safe Mode.  My own bad habits persisted when normally setting up domains so I would turn Safe Mode off in my own VPS hosting, but when teaching the &#8220;correct&#8221; way I recommended leaving Safe Mode on.  Well if your scripts are owned by your domain user, and then naturally running under the Apache User, then Safe Mode won&#8217;t create objects underneath a path that has mixed ownership.</p>
<p>It will allow the first directory to be created &#8220;2009&#8243;, but then the next won&#8217;t be allowed.  So the easy solution is to turn off Safe Mode.</p>
<p>Some people probably won&#8217;t think this is the best option.  The same people don&#8217;t like to set public folders to 777.  But if you are on VPS hosting with a Plesk CP inside your container and it&#8217;s just your container you are good to go.  No one else has access to your system but you in the first place.</p>
<p>Of course if you are on or providing shared hosting for many customers, this might not be ideal.  With Shared Hosting you will be giving access to those folders to other customers in the same shared environment.  It would be more ideal to just change the ownership of all the WordPress files to &#8220;Apache:Apache&#8221; or whatever user:group that apache is running as.  Then you can leave Safe Mode on, and folder permissions to be writable only need 755.  Keep in mind that this only works if you are the provider, if you are just hosting on a shared system you won&#8217;t have the ability to do this.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wordpress-master.com%2Fupload-permissions-wordpress-plesk.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wordpress-master.com%2Fupload-permissions-wordpress-plesk.html&amp;source=wordpressmaster&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-master.com/upload-permissions-wordpress-plesk.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Turning Off WordPress Post Revisions</title>
		<link>http://www.wordpress-master.com/turning-off-wordpress-post-revisions.html</link>
		<comments>http://www.wordpress-master.com/turning-off-wordpress-post-revisions.html#comments</comments>
		<pubDate>Fri, 09 Jan 2009 03:06:16 +0000</pubDate>
		<dc:creator>David Porter</dc:creator>
				<category><![CDATA[How To Fix Wordpress]]></category>
		<category><![CDATA[Admin Section]]></category>
		<category><![CDATA[Annoying Things]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Dislike]]></category>
		<category><![CDATA[Heck]]></category>
		<category><![CDATA[New Friend]]></category>
		<category><![CDATA[Optional Thing]]></category>
		<category><![CDATA[post revisions]]></category>
		<category><![CDATA[Revisions]]></category>
		<category><![CDATA[wordpress help]]></category>
		<category><![CDATA[wordpress post revisions]]></category>

		<guid isPermaLink="false">http://www.wordpress-master.com/?p=110</guid>
		<description><![CDATA[The new WordPress 2.7 has a lot of cool features, but it also has it&#8217;s draw backs. Nothing major and nothing that can&#8217;t be fixed of course, but there are still a few things that need to be addressed or they will annoy the heck out of you. One of those very annoying things is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The new WordPress 2.7 has a lot of cool features, but it also has it&#8217;s draw backs. Nothing major and nothing that can&#8217;t be fixed of course, but there are still a few things that need to be addressed or they will annoy the heck out of you.</p>
<p>One of those very annoying things is the new &#8220;post revisions&#8221; feature built into the new WordPress 2.7.</p>
<p>By default, WordPress has this turned on and it adds a lot of un-needed and un-wanted data to your database. The more un-needed data in your database, the longer it takes WordPress to load on your server.</p>
<p>Well, a new friend of my I found on Twitter (<a title="wpthoughts Twitter Page - Follow Him :-)" href="http://twitter.com/wpthoughts" target="_blank">@wpthoughts</a>), has done a great quick and easy to follow blog post on how you can disable the very annoying revisions thing in WordPress.</p>
<p>Here&#8217;s a little quote from his blog&#8230;</p>
<blockquote><p>I noticed on the WordPress Support section, that a number of people have taken a dislike to this feature, especially the fact that it doesn’t have an option within the Admin section to disable this feature. However there are ways to combat this, and they are part of the advanced configuration of WordPress.</p>
<p>You can veiw this whole post (and I recommend it) by visiting his blog at: <a title="WPThoughts.com" href="http://wpthoughts.com/2009/01/post-revisions/" target="_blank">http://wpthoughts.com/2009/01/post-revisions/</a></p></blockquote>
<p>This feature SHOULD be an optional thing for the blog owner but is turned on by default.  So, go check out the blog post and learn how you can disable the post revisions and save yourself a lot of time later cleaning un-needed and un-wanted data from your databases.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wordpress-master.com%2Fturning-off-wordpress-post-revisions.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wordpress-master.com%2Fturning-off-wordpress-post-revisions.html&amp;source=wordpressmaster&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-master.com/turning-off-wordpress-post-revisions.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Permalink Issue and Fix</title>
		<link>http://www.wordpress-master.com/wordpress-27-permalink-issue-and-fix.html</link>
		<comments>http://www.wordpress-master.com/wordpress-27-permalink-issue-and-fix.html#comments</comments>
		<pubDate>Sat, 03 Jan 2009 19:08:48 +0000</pubDate>
		<dc:creator>David Porter</dc:creator>
				<category><![CDATA[How To Fix Wordpress]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Bonus]]></category>
		<category><![CDATA[Dashboard Widget]]></category>
		<category><![CDATA[Foru]]></category>
		<category><![CDATA[Htaccess File]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[New Tools]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Script Files]]></category>
		<category><![CDATA[Tools Section]]></category>
		<category><![CDATA[wordpress fix]]></category>
		<category><![CDATA[wordpress permalink issue]]></category>
		<category><![CDATA[wordpress upgrade issue]]></category>

		<guid isPermaLink="false">http://www.wordpress-master.com/?p=87</guid>
		<description><![CDATA[WordPress recently released their latest update, making it 2.7. I was (and am) excited about it because it&#8217;s a whole new look and feel for the admin backend of things and they have some very cool added features to. Stuff like&#8230; Install new plugins right from your WordPress install without using FTP Automatic WordPress core [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>WordPress recently released their latest update, making it 2.7.</p>
<p>I was (and am) excited about it because it&#8217;s a whole new look and feel for the admin backend of things and they have some very cool added features to.</p>
<p>Stuff like&#8230;</p>
<ul>
<li>Install new plugins right from your WordPress install without using FTP</li>
<li>Automatic WordPress core updates right from within WordPress</li>
<li>New &#8220;QuickPress&#8221; posting dashboard widget</li>
<li>New admin design</li>
<li>New tools section to make WordPress faster</li>
</ul>
<p><img src="http://www.wordpress-master.com/images/wordpress-new-dashboard.jpg" border="0" alt="" hspace="10" vspace="1" align="right" />Like I said, there are some cool new things in WordPress 2.7.</p>
<p>The new backend alone makes it worth the upgrade and all of the other added stuff is even more of a bonus for everyone.  There are a lot new changes and all of them are very cool.</p>
<p>But there&#8217;s one &#8220;bug&#8221; that will be hurting a lot of people!</p>
<p><strong><span>WordPress 2.7 Permalink Issue</span></strong></p>
<p>The new WordPress has a big issue with permalinks after you upgrade if your server isn&#8217;t setup the way the script files are needed.</p>
<p>This is what happen to me.</p>
<p>I have a few different blogs online on different topics (WordPress, <a href="http://www.lifesmack.com" target="_blank">Self Help</a> and some others), and I&#8217;m also setting up a whole new blog network where other people can blog on topics and get paid for it, so I try and stay up on WordPress as much as possible when I can.</p>
<p>So when I saw the the new version out and saw all of the changes that came with it, I jumped on upgrading one of my blogs so I could give it a go.</p>
<p>I went and installed the newest version (2.7) and when I was done, I went and started clicking links to make sure everything still worked correctly.</p>
<p>Well, I found that things were not working correctly.  Permalinks to be exact.</p>
<p>I kept getting 404 pages when ever I would click a post title.  I did everything.</p>
<ol>
<li>Turned off all plugins and tried</li>
<li>Made sure my .htaccess file was writable and redid the permalink section</li>
<li>Changed my theme back to default to see if it was a theme issue</li>
<li>Change my permalinks back to original and back again to what I wanted</li>
</ol>
<p>None of this worked!</p>
<p>So I did some searching in WordPress forums for help, and found nothing helpful at all.  There were a few people talking about similar issues, but not the exact same thing and no solution.</p>
<p>I finally went to Google and did a search on the issue and was taken back to the WordPress forums but this time to a post on this exact issue.</p>
<p><strong><span>What Was the Solution?</span></strong></p>
<p>Well, it turns out the new WordPress version and PHP&#8217;s &#8216;magic_quotes_sybase&#8217; don&#8217;t work well together.</p>
<p>I tried turning it off in .htaccess with a few different types of commands, no luck.  Things actually got worst sometimes shooting up 500 internal errors do to htaccess file stuff.</p>
<p>Finally, I went to my WHM (server management section) and changed my PHP configuration file to turn off the magic_quotes_sybase and all was fixed.</p>
<p>NOW &#8211; the problems is this&#8230;</p>
<p>&#8230;what if one of my other websites needed magic_quotes_sybase on?  What if I had to choose between one site working and another not working because of this.</p>
<p>I know the good people over at WordPress are doing their best to make things work and work right, and their doing a GREAT job to.  I just can&#8217;t help but wonder what other people are out there doing with this same issue.</p>
<p>See, if you don&#8217;t backup your WordPress DB (always recommended), you could end up screwing yourself into having a WordPress install being down for a few days, if not longer, till you figure out the issue and find the solution.</p>
<p>And most people out there don&#8217;t have the resources to go making server configuration changes either.</p>
<p>Anyway, I figured it out &#8211; fixed it and all is good now.</p>
<blockquote><p><strong>WordPress 2.7 Permalink Issue Fix Re-cap</strong></p>
<ol>
<li>Try and turn magic_quotes (magic_quotes_sybase) off in your .htaccess file so no other sites are effected by it</li>
<li>If that doesn&#8217;t work, turn off the magic_quotes_sybase in your PHP configuration file</li>
</ol>
<p>If you can&#8217;t do this yourself, or don&#8217;t know how to, either ask your hosting provider to do it for you, find someone on a site like <a href="http://www.guru.com" target="_blank">Guru.com</a> or Google it.</p></blockquote>
<p>I hope this helps a few people with the same issue I had.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wordpress-master.com%2Fwordpress-27-permalink-issue-and-fix.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wordpress-master.com%2Fwordpress-27-permalink-issue-and-fix.html&amp;source=wordpressmaster&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-master.com/wordpress-27-permalink-issue-and-fix.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

