<?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>codedifferent.com &#187; wordpress</title>
	<atom:link href="http://www.codedifferent.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedifferent.com</link>
	<description>mobile &#124; mac &#124; business &#124; development blog</description>
	<lastBuildDate>Sun, 04 Dec 2011 17:32:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to update WordPress even with a &#8220;Fatal error: Out of memory&#8221;</title>
		<link>http://www.codedifferent.com/2011/04/10/how-to-update-wordpress-even-with-a-fatal-error-out-of-memory/</link>
		<comments>http://www.codedifferent.com/2011/04/10/how-to-update-wordpress-even-with-a-fatal-error-out-of-memory/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 21:47:40 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp. howto]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=695</guid>
		<description><![CDATA[The automatic update function of WordPress makes it super easy to update the wp-installation. Most of the time If there&#8217;s an update which is not working as requested, you do not need to switch to manual mode and search for your FTP-access on the server immediately. A small trick helps you to get rid of [...]]]></description>
			<content:encoded><![CDATA[<p>The automatic update function of WordPress makes it super easy  to update the wp-installation. Most of the time <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
If there&#8217;s an update which is not working as requested, you do not need to switch to manual mode and search for your FTP-access on the server immediately. A small trick helps you to get rid of the &#8220;Fatal error: Out of memory&#8221;:</p>
<ol>
<li>Before you start updating WP &#8230; don&#8217;t forget database update!</li>
<li>Deactivate the active WordPress-Plugins in the admin section under &#8220;Plugins&#8221;.</li>
<li>Now, you can start the automatic update of your WordPress installations.</li>
<li>Now it&#8217;s possible to reactivate the deactivated plugins: Select &#8220;Plugins&#8221; and &#8220;Recently Active&#8221;.</li>
</ol>
<p>The WordPress community and your own blog readers will enjoy a new level of cyber secrity <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2011/04/10/how-to-update-wordpress-even-with-a-fatal-error-out-of-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress,  .htaccess and the MAMP startpage error</title>
		<link>http://www.codedifferent.com/2010/01/13/wordpress-htaccess-and-the-mamp-startpage-error/</link>
		<comments>http://www.codedifferent.com/2010/01/13/wordpress-htaccess-and-the-mamp-startpage-error/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 00:20:48 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mamp]]></category>
		<category><![CDATA[probem]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=440</guid>
		<description><![CDATA[MAMP, a local webserver environment for the Mac, is perfect for testing, developing and designing with WordPress. MAMP comes with a ready to use configuration of Apache, MySQL and PHP in a single folder. But after installing and configuring a WordPress blog, you may loose the access to the MAMP start page: Forbidden You don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mamp.info/en/index.html">MAMP</a>, a local webserver environment for the Mac, is perfect for testing, developing and designing with <a href="http://wordpress.org/">WordPress</a>. MAMP comes with a ready to use configuration of Apache, MySQL and PHP in a single folder.<br />
But after installing and configuring a WordPress blog, you may loose the access to the MAMP start page:</p>
<blockquote><p>Forbidden<br />
You don&#8217;t have permission to access /MAMP/ on this server.<br />
Apache/2.0.63 (Unix) PHP/5.2.11 DAV/2 Server at localhost Port XXXX
</p></blockquote>
<p>That&#8217;s a big issue, as the start page links to the local phpMyAdmin page for MySQL-database configuration. So you cannot admin the database anymore.<br />
I traced down the problem to a wrong placed file: When I configured the WordPress installation via the web-interface, an .htaccess file was placed in the root directory of my harddrive. Quite scary &#8230; but a problem which can be fixed easily <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>As always: no guarantee and on your own risk &#8230; especially the Terminal is a wonderful tool &#8230; but if you do the wrong thing, you may be in serious trouble!</strong></p>
<p>You normally do not recognize the .htaccess file within the Finder: all filenames starting with a dot are hidden files in a UNIX system &#8230; and the Finder does not show those hidden files. But if you use the Terminal, you can look at all the hidden files easily.<br />
So fire up the Terminal app and go to the root directory of your hard drive:</p>

<div class="wp_codebox"><table><tr id="p4405"><td class="code" id="p440code5"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span></pre></td></tr></table></div>

<p>then looks at all the files in your root directory:</p>

<div class="wp_codebox"><table><tr id="p4406"><td class="code" id="p440code6"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-la</span></pre></td></tr></table></div>

<p>If you find a  .htaccess there &#8230; you probably found your problem. But look inside the file before your rename or delete it:</p>

<div class="wp_codebox"><table><tr id="p4407"><td class="code" id="p440code7"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cat</span> .htaccess</pre></td></tr></table></div>

<p>The easiest way to proceed is to rename the htaccess file:</p>

<div class="wp_codebox"><table><tr id="p4408"><td class="code" id="p440code8"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mv</span> .htaccess htaccess-backup</pre></td></tr></table></div>

<p>This way the file is shown in the Finder again and does not confuse your MAMP installation. If you know what to do you can delete the renamed file now within the Finder and drag it to the trash <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2010/01/13/wordpress-htaccess-and-the-mamp-startpage-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution for 500 Internal Server Error after upgrading to WordPress 2.7 at 1and1-server</title>
		<link>http://www.codedifferent.com/2009/01/12/solution-for-500-internal-server-error-after-upgrading-to-wordpress-27-at-1and1-server/</link>
		<comments>http://www.codedifferent.com/2009/01/12/solution-for-500-internal-server-error-after-upgrading-to-wordpress-27-at-1and1-server/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 21:09:55 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[1und1]]></category>
		<category><![CDATA[500 internal server error]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wp 2.7]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=252</guid>
		<description><![CDATA[Problem: After updating the blog to WP 2.7 everything was running smooth. But when opening some of the plugin setting pages the server responded with a &#8220;500 Internal Server Error&#8221; &#8211; especially when using plugins like &#8220;XML Sitemap Generator for WordPress&#8221; or when uploading pictures. When I activated the &#8220;StatPress Reloaded&#8221;-plugin non of the admin [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem: </strong>After updating the blog to WP 2.7 everything was running smooth. But when opening some of the plugin setting pages the server responded with a &#8220;500 Internal Server Error&#8221; &#8211; especially when using plugins like &#8220;XML Sitemap Generator for WordPress&#8221; or when uploading pictures. When I activated the &#8220;StatPress Reloaded&#8221;-plugin non of the admin section was accessible anymore. </p>
<p><strong>Diagnosis: </strong>PHP is running out of memory.</p>
<p><strong>Solution:</strong> If you are running your own root, dedicated or virtual server this is an easy bugfix: You just have to change the php.ini of your server and provide more memory to your PHP installation. On a shared hosting server &#8211; like at the webhosting solutions at 1and1 you often don&#8217;t have access to that central php.ini. But there is an easy workaround:</p>
<p>Create a text file and name it &#8220;php.ini&#8221; (without the quotes <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ) and with a single line of code in it:</p>

<div class="wp_codebox"><table><tr id="p25210"><td class="code" id="p252code10"><pre class="php" style="font-family:monospace;">memory<span style="color: #339933;">=</span>20MB</pre></td></tr></table></div>

<p>This file has to be placed into the directory /wp-admin/ within your WordPress installation. </p>
<p>That&#8217;s it! <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2009/01/12/solution-for-500-internal-server-error-after-upgrading-to-wordpress-27-at-1and1-server/feed/</wfw:commentRss>
		<slash:comments>176</slash:comments>
		</item>
		<item>
		<title>Gorgeous 3D-tag-cloud-plugin for WordPress: WP-Cumulus</title>
		<link>http://www.codedifferent.com/2009/01/12/gorgeous-3d-tag-cloud-plugin-for-wordpress-wp-cumulus/</link>
		<comments>http://www.codedifferent.com/2009/01/12/gorgeous-3d-tag-cloud-plugin-for-wordpress-wp-cumulus/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:48:50 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Roy Tanck]]></category>
		<category><![CDATA[tagcloud]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-cumulus]]></category>
		<category><![CDATA[wp-plugin]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=243</guid>
		<description><![CDATA[I just installed the Flash based tag cloud WordPress plugin WP-Cumulus of Roy Tanck and integrated it into the tag-cosmos-page. That 3D-tag-cloud is really great! It functions properly and is easy to configure. The only downer is Flash &#8230; but Roy can&#8217;t help it &#8230; the iPhone still does not know what to do with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codedifferent.com/wp-content/uploads/2009/01/tagcloud-codedifferent.jpg"><img src="http://www.codedifferent.com/wp-content/uploads/2009/01/tagcloud-codedifferent-150x150.jpg" alt="tagcloud-codedifferent" title="tagcloud-codedifferent" width="150" height="150" class="alignleft size-thumbnail wp-image-245" style="float: left; margin-left: 0px; margin-right: 10px; margin-top: 5px; margin-bottom: 5px;"  /></a>I just installed the Flash based tag cloud WordPress plugin WP-Cumulus of <a href="http://www.roytanck.com/">Roy Tanck</a> and integrated it into the <a href="http://www.codedifferent.de/wp-content/themes/codedifference-v5-DE/stats.php">tag-cosmos-page</a>. That 3D-tag-cloud is really great! It functions properly and is easy to configure.<br />
The only downer is Flash &#8230; but Roy can&#8217;t help it <img src='http://www.codedifferent.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  &#8230; the iPhone still does not know what to do with Flash and also search engines stop and do not follow links within swf files. But nevertheless &#8211; the 3D-tagcloud is really fun to use  &#8230; just look <a href="http://www.codedifferent.de/wp-content/themes/codedifference-v5-DE/stats.php">here, so you know what I&#8217;m talking about</a>!</p>
<p>Sources: <a href="http://wordpress.org/extend/plugins/wp-cumulus/">WP-Cumuls at WordPress.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2009/01/12/gorgeous-3d-tag-cloud-plugin-for-wordpress-wp-cumulus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Security-update WordPress 2.6.2 released today to fix the php mt_rand() security issue</title>
		<link>http://www.codedifferent.com/2008/09/09/security-update-wordpress-262-released-today-to-fix-the-php-mt_rand-security-issue/</link>
		<comments>http://www.codedifferent.com/2008/09/09/security-update-wordpress-262-released-today-to-fix-the-php-mt_rand-security-issue/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 09:15:23 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[mt_rand]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/?p=126</guid>
		<description><![CDATA[The development team of popular open-source blog-software Wordpress just released the security update 2.6.2. It is highly recommended to install the update to eliminate some security issues within the WordPress installation &#8211; especially for blogs with open registration. The update fixes a security issue caused by the weak implementation of the php function mt_rand() in many popular [...]]]></description>
			<content:encoded><![CDATA[<p>The development team of popular open-source blog-software Wordpress just released the <a href="http://wordpress.org/download/">security update 2.6.2</a>. It is highly recommended to install the update to eliminate some security issues within the WordPress installation &#8211; especially for blogs with open registration.</p>
<p>The update fixes a security issue caused by the <a href="http://www.suspekt.org/2008/08/17/mt_srand-and-not-so-random-numbers/">weak implementation of the php function mt_rand() in many popular php-distributions.</a> The function is used for seeding the random number generator. It also addresses the security risk of <a href="http://www.suspekt.org/2008/08/18/mysql-and-sql-column-truncation-vulnerabilities/">MySQL and SQL column truncation vulnerabilities.</a> Stefan Esser reported both security-issues which are probably relevant to a lot of other php-based open-source projects. Thanks, Stefan!</p>
<p>Beside the fix of security issues, the WordPress version 2.6.2 also implements some minor bugfixes. Therefor the upgrade to the newest version of WP is highly recommendet to <strong>everybody</strong> using WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2008/09/09/security-update-wordpress-262-released-today-to-fix-the-php-mt_rand-security-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internal news: WordPress security update to version 2.3.3 and reCAPCHA</title>
		<link>http://www.codedifferent.com/2008/02/05/internal-news-wordpress-security-update-to-version-233-and-recapcha/</link>
		<comments>http://www.codedifferent.com/2008/02/05/internal-news-wordpress-security-update-to-version-233-and-recapcha/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 17:57:51 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[carnegie mellow university]]></category>
		<category><![CDATA[internet archive]]></category>
		<category><![CDATA[recapcha]]></category>
		<category><![CDATA[spam protection]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-plugin]]></category>

		<guid isPermaLink="false">http://www.codedifferent.com/2008/02/05/internal-news-wordpress-security-update-to-version-233-and-recapcha/</guid>
		<description><![CDATA[A short message to all WordPress-bloggers: The actual security update version 2.3.3 is strongly recommended. Here at codedifferent no problems occure while upgrading. Taking this upgrade as an opportunity &#8211; the anti spam plugin was also exchanged: In the future every commentator at codedifferent has to prove to be a pattern recognizing human. And by [...]]]></description>
			<content:encoded><![CDATA[<p>A short message to all WordPress-bloggers: The <a href="http://wordpress.org/development/2008/02/wordpress-233/">actual security update version 2.3.3</a> is strongly recommended. Here at codedifferent no problems occure while upgrading.<br />
Taking this upgrade as an opportunity &#8211; the anti spam plugin was also exchanged: In the future every 	commentator at codedifferent has to prove to be a pattern recognizing human. And by using the reCAPTURE-plugin we aditionally help others: The CAPCHA codes used here are not only some generated graphics &#8211; they represent words which could not be recognized by OCR-software. <a href="http://recaptcha.net">reCAPCHA</a> was developed from Carnegie Mellow University and they actually support the project <a href="http://www.archive.org/">Internet Archive</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codedifferent.com/2008/02/05/internal-news-wordpress-security-update-to-version-233-and-recapcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

