<?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>alex.rabe &#187; 1&amp;1</title>
	<atom:link href="http://alexrabe.de/tag/11/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexrabe.de</link>
	<description>ALEX RABE &#124; learning by doing...</description>
	<lastBuildDate>Mon, 09 Apr 2012 09:26:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>1 &amp; 1 &#8211; Read the FAQ</title>
		<link>http://alexrabe.de/2008/08/07/1-1-read-the-faq/</link>
		<comments>http://alexrabe.de/2008/08/07/1-1-read-the-faq/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 09:41:02 +0000</pubDate>
		<dc:creator>Alex Rabe</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[NextGEN Gallery]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[hoster]]></category>
		<category><![CDATA[memory_limit]]></category>

		<guid isPermaLink="false">http://alexrabe.de/2008/08/07/1-1-read-the-faq/</guid>
		<description><![CDATA[In response to my article 1&#38;1 = 3.
Marc found this interesting note in the FAQ section of 1 &#38; 1 :
Can the memory usage limit be increased on shared hosting with a php.ini file?
Due to resource limits on our Shared Hosting machines, it is not possible to allocate more than 20M of memory to PHP, although phpinfo() [...]]]></description>
			<content:encoded><![CDATA[<p>In response to my article <a href="http://alexrabe.de/2008/03/21/11-3/">1&amp;1 = 3</a>.</p>
<p>Marc found this interesting note in the <a href="http://faq.1and1.com/search/go.php?t=e683249&amp;q=memory">FAQ section</a> of 1 &amp; 1 :</p>
<blockquote><p><strong>Can the memory usage limit be increased on shared hosting with a php.ini file?</strong></p>
<p>Due to resource limits on our Shared Hosting machines, it is not possible to allocate more than 20M of memory to PHP, although phpinfo() may report a higher number. You will be unable to increase the memory usage limit with a php.ini file.</p></blockquote>
<p>Very cool note <img src='http://alexrabe.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Especially when you are check the memory limit via your PHP script. Time to change the hoster&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://alexrabe.de/2008/08/07/1-1-read-the-faq/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>1&amp;1 = 3 ???</title>
		<link>http://alexrabe.de/2008/03/21/11-3/</link>
		<comments>http://alexrabe.de/2008/03/21/11-3/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 14:46:09 +0000</pubDate>
		<dc:creator>Alex Rabe</dc:creator>
				<category><![CDATA[NextGEN Gallery]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[NextGEN-Gallery]]></category>

		<guid isPermaLink="false">http://alexrabe.de/2008/03/21/11-3/</guid>
		<description><![CDATA[In the last weeks several users report a failure of NextGEN Gallery. All of the users are using a web hosting of 1&#38;1, current environment is : Apache/1.3.34 Ben-SSL/1.55 PHP/4.4.8
These users are not able to generate thumbnails (the script suddenly stopped) or get a memory failure message. The phpinfo() returns a memory_limit of 40 MB, [...]]]></description>
			<content:encoded><![CDATA[<p>In the last weeks several users report a failure of NextGEN Gallery. All of the users are using a web hosting of 1&amp;1, current environment is : Apache/1.3.34 Ben-SSL/1.55 PHP/4.4.8</p>
<p>These users are not able to generate thumbnails (the script suddenly stopped) or get a memory failure message. The phpinfo() returns a memory_limit of 40 MB, normally enough for a 1600x 1400 resolution in a WordPress environment.</p>
<p>Thanks to Nana Torres, I&#8217;m able to debug this on a 1&amp;1 web server and after 5 hours I found that <strong>imagecreatefromjpeg()</strong> stopped if you require more than 20 MB. This happened very early , when you uses a larger images. <strong>UPDATE</strong> : <a href="http://alexrabe.de/2008/08/07/1-1-read-the-faq/">See FAQ</a></p>
<p>You can test this on your machine, with the attached script. If you see at the end a &#8220;*** SCRIPT END ***&#8221; your are not having the troubles&#8230;</p>
<p class="download"><a href="http://nextgen-gallery.googlecode.com/files/memory.zip">Download 1&amp;1 Test script</a><br />
Simple PHP script</p>
<p align="center"><a rel="lightbox[1and1]" href="http://alexrabe.de/wp-content/uploads/11_failure.jpg" title="1&amp;1 failure - THE SCRIPT STOPPED"><img src="http://alexrabe.de/wp-content/uploads/11_failure.thumbnail.jpg" alt="1&amp;1 failure - THE SCRIPT STOPPED" /></a> <a rel="lightbox[1and1]" href="http://alexrabe.de/wp-content/uploads/my_server.jpg" title="My own server - LOOK FOR THE ***SCRIPT END*** !!!"><img src="http://alexrabe.de/wp-content/uploads/my_server.thumbnail.jpg" alt="My own server - LOOK FOR THE ***SCRIPT END*** !!!" /></a></p>
<p><strong>Update :</strong> See comment of <a href="http://alexrabe.de/2008/03/21/11-3/#comment-6660">Philip D.</a> , PHP5 seems to do the work&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://alexrabe.de/2008/03/21/11-3/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
	</channel>
</rss>

