<?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 error &#8211; CodePills.com</title>
	<atom:link href="https://codepills.com/tag/wordpress-error/feed/" rel="self" type="application/rss+xml" />
	<link>https://codepills.com</link>
	<description>Helping you make a better code</description>
	<lastBuildDate>Mon, 07 Mar 2016 20:00:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to set all subfolder writable for WordPress update error at OS X</title>
		<link>https://codepills.com/how-to-set-all-subfolder-writable-for-wordpress-update-error-at-os-x/</link>
					<comments>https://codepills.com/how-to-set-all-subfolder-writable-for-wordpress-update-error-at-os-x/#respond</comments>
		
		<dc:creator><![CDATA[Andrej Buday]]></dc:creator>
		<pubDate>Mon, 07 Mar 2016 20:00:14 +0000</pubDate>
				<category><![CDATA[Wordrpress]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[linux commands]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[wordpress error]]></category>
		<category><![CDATA[XAMPP]]></category>
		<guid isPermaLink="false">http://codekopf.com/?p=704</guid>

					<description><![CDATA[If you just switched from PC to Mac, many things are new for you. Even WordPress errors. You can quickly start being frustrated from beginning when even things which used to be easy on Windows are now hard on Mac. &#8230; <a href="https://codepills.com/how-to-set-all-subfolder-writable-for-wordpress-update-error-at-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>If you just switched from PC to Mac, many things are new for you. Even WordPress errors. You can quickly start being frustrated from beginning when even things which used to be easy on Windows are now hard on Mac. Updating local WordPress installation is one of them.<br />
<span id="more-704"></span></p>
<p>When I had tried to update WordPress on my XAMPP, updating process thrown an error about denying of file change. The solution for problem is actually very simple and its root is in a way how OS X manage files. OS X is based UNIX so every update/download of WordPress installation require permission to write and update files. This can be easily fixed setting read and write rights for all groups at WordPress installation folder. Just type following command to terminal <code>$sudo chmod -R 777 /Applications/XAMPP/htdocs/YOUR_WORDPRESS_INSTALATION</code> and all subfolder and files within your WordPress installation will recursively set themselves for rewritable by all groups.</p>
<p>This is actually terrible solution for public server from point of security. But at local network, I guess, setting access to 777 just for specific folder does not consider any harm or potential treat.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codepills.com/how-to-set-all-subfolder-writable-for-wordpress-update-error-at-os-x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
