<?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>Herbert Mühlburger&#039;s Blog &#187; weblog</title>
	<atom:link href="http://blog.muehlburger.at/tag/weblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.muehlburger.at</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:17:48 +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>Problems with WordPress Automatic Upgrade solved</title>
		<link>http://blog.muehlburger.at/2010/01/08/problems-with-wordpress-automatic-upgrade-solved/</link>
		<comments>http://blog.muehlburger.at/2010/01/08/problems-with-wordpress-automatic-upgrade-solved/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 16:32:13 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Failure]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Uploading and downloading]]></category>
		<category><![CDATA[weblog]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=682</guid>
		<description><![CDATA[Image via CrunchBase While trying to upgrade my WordPress installation from version 2.9 to version 2.9.1 I always got the following error: Downloading update from http://wordpress.org/wordpress-2.9.1.zip. Download failed.: Operation timed out with 1201840 out of -1 bytes received Installation Failed After doing some research using Google I found a solution to that problem: You just [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/wordpress"><img title="Image representing WordPress as depicted in Cr..." src="http://www.crunchbase.com/assets/images/resized/0001/6548/16548v2-max-250x250.png" alt="Image representing WordPress as depicted in Cr..." /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>While trying to upgrade my<a title="Wordpress" href="http://www.wordpress.org" target="_blank"> WordPress</a> installation from version 2.9 to version 2.9.1 I always got the following error:</p>
<blockquote><p><em>Downloading update from  http://wordpress.org/wordpress-2.9.1.zip.</em><br />
Download failed.: Operation timed out with 1201840 out of -1 bytes received<br />
Installation Failed</p></blockquote>
<p>After doing some research using <a title="Google" href="http://www.google.com" target="_blank">Google </a>I found a solution to that problem:</p>
<p>You just need to edit the following file in order to increase the download timeout:</p>
<pre class="brush: php">/wp-admin/includes/file.php</pre>
<p>Near line 461 of file.php change the timeout value from:</p>
<pre class="brush: php">$response = wp_remote_get($url, array('timeout' =&gt; 60));</pre>
<p>to the new value of 120:</p>
<pre class="brush: php">$response = wp_remote_get($url, array('timeout' =&gt; 120));</pre>
<p>Then try again to upgrade your wordpress installation using the automatic upgrade and it should work properly now. Mine did and I am happy again! <img src='http://blog.muehlburger.at/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers and have fun, and leave me a comment if this post was useful for you!</p>
<p>Herbert</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li">13 WordPress Plug-in &amp; Hacks for powering your Blogging Experience (franklinbishop.net)</li>
<li class="zemanta-article-ul-li"><a href="http://www.makeuseof.com/tag/wordpress-exploit-scanner-helps-administrators-scan-their-database-for-malicious-files/">WordPress Exploit Scanner Helps Administrators Scan Their Database For Malicious Files</a> (makeuseof.com)</li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/b43f9d31-c9ac-44bc-b735-45429630585f/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=b43f9d31-c9ac-44bc-b735-45429630585f" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2010/01/08/problems-with-wordpress-automatic-upgrade-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relaunch of Herbert Mühlburger&#8217;s Weblog</title>
		<link>http://blog.muehlburger.at/2008/11/01/relaunch-of-herbert-muehlburgers-weblog/</link>
		<comments>http://blog.muehlburger.at/2008/11/01/relaunch-of-herbert-muehlburgers-weblog/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 09:24:22 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[relaunch]]></category>
		<category><![CDATA[weblog]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=18</guid>
		<description><![CDATA[These days I decided to relaunch my weblog. Due to a problem in the wordpress upgrade process I was forced to this decision. The language of my weblog will now switch to English as well. As you may have recognized my weblog is updated in the visual manner as well. Hope to enlarge the number [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_37" class="wp-caption alignnone" style="width: 450px;">
<dt class="wp-caption-dt"><a rel="attachment wp-att-37" href="http://blog.muehlburger.at/?attachment_id=37"><img class="size-full wp-image-37" title="Relaunch of Herbert Mühlburger's Weblog" src="http://blog.muehlburger.at/wp-content/uploads/2008/11/relaunch-of-herbert-muehlburgers-weblog.png" alt="Relaunch of Herbert Mühlburger's Weblog" width="440" height="150" /></a></dt>
</dl>
</div>
<p>These days I decided to relaunch my weblog. Due to a problem in the wordpress upgrade process I was forced to this decision. The language of my weblog will now switch to English as well. As you may have recognized my weblog is updated in the visual manner as well.</p>
<p>Hope to enlarge the number of my readers and to interest new people in my posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2008/11/01/relaunch-of-herbert-muehlburgers-weblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

