<?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>wordpressguru.eu &#187; Fantastico</title>
	<atom:link href="http://wordpressguru.eu/tag/fantastico/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpressguru.eu</link>
	<description>For all your WordPress needs</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:03:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 2.7 &#8211; Smooth rollout</title>
		<link>http://wordpressguru.eu/2008/12/wordpress-27-smooth-rollout/</link>
		<comments>http://wordpressguru.eu/2008/12/wordpress-27-smooth-rollout/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 23:23:05 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Fantastico]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://wordpressguru.eu/?p=100</guid>
		<description><![CDATA[I&#8217;ve rolled out WordPress 2.7 to around 15 blogs so far and haven&#8217;t had any issues at all. I&#8217;ve had a couple of friends who have had problems, but it was always plugins that caused a problem. It is imperative &#8230; <a href="http://wordpressguru.eu/2008/12/wordpress-27-smooth-rollout/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: right; display: block;">
<div>
<dl class="wp-caption">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/31355686@N00/169886338"><img title="20060618 - the mess that is my computer right ..." src="http://farm1.static.flickr.com/57/169886338_47db841faa_m.jpg" alt="20060618 - the mess that is my computer right ..." width="240" height="180" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"></dd>
</dl>
</div>
</div>
<p>I&#8217;ve rolled out <a href="http://wordpress.org/development/2008/12/coltrane/">WordPress 2.7</a> to around 15 blogs so far and haven&#8217;t had any issues at all. I&#8217;ve had a couple of friends who have had problems, but it was always plugins that caused a problem. It is imperative to remember to deactivate plugins before pushing an update out. Ok, strictly speaking it&#8217;s only those that modify database tables that need deactivation, but for the normal user, deactivating all plugins is a sure way to make sure you won&#8217;t have any problems.</p>
<p>The great news is that the next update of WordPress will be pretty easy, as the software now takes care of itself. You could compare it to taking one <a href="http://www.researchdietpills.com/">diet pill</a> and not having any weight problems ever again. Upgrading is a matter of going to your Tools menu and selecting Upgrade. Goodbye <a class="zem_slink" title="File Transfer Protocol" rel="wikipedia" href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a>, goodbye <a href="http://www.netenberg.com/fantastico.php">Fantastico</a>; WordPress just rocks!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=0c5042e4-eda9-4ff1-981f-2414821ffacd" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://wordpressguru.eu/2008/12/wordpress-27-smooth-rollout/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Call to undefined function: wp()</title>
		<link>http://wordpressguru.eu/2008/07/call-to-undefined-function-wp/</link>
		<comments>http://wordpressguru.eu/2008/07/call-to-undefined-function-wp/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 22:57:32 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Fantastico]]></category>
		<category><![CDATA[installation]]></category>

		<guid isPermaLink="false">http://wordpressguru.eu/?p=20</guid>
		<description><![CDATA[I came across a frustrating bug today that has a pretty simple solution. I had an installation of WordPress that had been created by Fantastico. I needed to modify wp-config.php, but once I saved it back to the server WordPress &#8230; <a href="http://wordpressguru.eu/2008/07/call-to-undefined-function-wp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I came across a frustrating bug today that has a pretty simple solution. I had an installation of WordPress that had been created by <a href="http://netenberg.com/fantastico.php">Fantastico</a>. I needed to modify wp-config.php, but once I saved it back to the server WordPress just refused to start. It returned the following error:</p>
<p><code>Call to undefined function: wp() in wp-blog-header.php</code></p>
<p>Anyway, I tried a number of different things to resolve the issue and almost ended up tearing my hair out, but in the end I managed to resolve it. Turns out that the line endings in the wp-config.php file created by Fanstastico aren&#8217;t standard CR/LFs. When I opened the file up in <a href="http://www.flos-freeware.ch/notepad2.html">Notepad2</a>, my text editor of choice, they appeared to me &#8220;Mac-type&#8221; line terminations. Setting these to normal CR/LFs and deleting any extra lines at the end of the file resolved the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressguru.eu/2008/07/call-to-undefined-function-wp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

