<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: PHP: Memory Limit erhöhen</title>
	<atom:link href="http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html/feed" rel="self" type="application/rss+xml" />
	<link>http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html</link>
	<description>Ich bin nicht verrückt, nur technisch begabt ...</description>
	<lastBuildDate>Fri, 26 Sep 2014 12:04:55 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Arno Heider</title>
		<link>http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html/comment-page-1#comment-1758</link>
		<dc:creator>Arno Heider</dc:creator>
		<pubDate>Fri, 26 Sep 2014 12:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=23#comment-1758</guid>
		<description>Bei meinem Hoster Webspace4All muss man nach dem Kundenlogin
den Apachen über Menüs und Formulare administrieren. Nur so lässt sich das PHP Memory Limit erhöhen: http://www.arno-heider.de/?p=941</description>
		<content:encoded><![CDATA[<p>Bei meinem Hoster Webspace4All muss man nach dem Kundenlogin<br />
den Apachen über Menüs und Formulare administrieren. Nur so lässt sich das PHP Memory Limit erhöhen: <a href="http://www.arno-heider.de/?p=941" rel="nofollow">http://www.arno-heider.de/?p=941</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Fatal error: Allowed memory size of 104857600 bytes exhausted - codesprint GmbH</title>
		<link>http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html/comment-page-1#comment-1541</link>
		<dc:creator>Fatal error: Allowed memory size of 104857600 bytes exhausted - codesprint GmbH</dc:creator>
		<pubDate>Sun, 20 Jan 2013 10:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=23#comment-1541</guid>
		<description>[...] man vollen Zugriff auf dem Server hat kann man das Memory Limit in der php.ini verändern. Speziell bei Shared Webspace oder Managed Servern hat man allerdings meistens keinen Zugriff auf [...]</description>
		<content:encoded><![CDATA[<p>[...] man vollen Zugriff auf dem Server hat kann man das Memory Limit in der php.ini verändern. Speziell bei Shared Webspace oder Managed Servern hat man allerdings meistens keinen Zugriff auf [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bine485</title>
		<link>http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html/comment-page-1#comment-1513</link>
		<dc:creator>Bine485</dc:creator>
		<pubDate>Sat, 28 Jul 2012 13:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=23#comment-1513</guid>
		<description>Hi, ich hatte keine Befugnisse, die Rechte der .htaccess zu ändern - durfte somit auch nicht reinschreiben - habe Trick angewand : die Datei runtergeladen (anzeigen versteckter Dateien nötig) und dort umgeschrieben mit 

php_value memory_limit 128M

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress

und dann die alte .htaccess auf dem Server im wp-blog umbenannt und die neue hochgeladen ...

Man muß sich nur zu helfen wissen.

Aber leider zeigte mir das auch keine Thumbnails und so mußte der Provider den Memory-limit hochsetzen (war schon 64 MB - da ich aber viel mit mache, jetzt 128 MB), damit NextGen-Gallery die Thumbnails zeigte.

LG Bine</description>
		<content:encoded><![CDATA[<p>Hi, ich hatte keine Befugnisse, die Rechte der .htaccess zu ändern - durfte somit auch nicht reinschreiben - habe Trick angewand : die Datei runtergeladen (anzeigen versteckter Dateien nötig) und dort umgeschrieben mit </p>
<p>php_value memory_limit 128M</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
# END WordPress</p>
<p>und dann die alte .htaccess auf dem Server im wp-blog umbenannt und die neue hochgeladen ...</p>
<p>Man muß sich nur zu helfen wissen.</p>
<p>Aber leider zeigte mir das auch keine Thumbnails und so mußte der Provider den Memory-limit hochsetzen (war schon 64 MB - da ich aber viel mit mache, jetzt 128 MB), damit NextGen-Gallery die Thumbnails zeigte.</p>
<p>LG Bine</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: [MySQL] Gr</title>
		<link>http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html/comment-page-1#comment-1473</link>
		<dc:creator>[MySQL] Gr</dc:creator>
		<pubDate>Mon, 13 Feb 2012 07:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=23#comment-1473</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Julius</title>
		<link>http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html/comment-page-1#comment-1424</link>
		<dc:creator>Julius</dc:creator>
		<pubDate>Mon, 15 Aug 2011 21:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=23#comment-1424</guid>
		<description>You also need to reaload the server. Or maybe you are not allowed to use ini_set();</description>
		<content:encoded><![CDATA[<p>You also need to reaload the server. Or maybe you are not allowed to use ini_set();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Chris Peto</title>
		<link>http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html/comment-page-1#comment-1423</link>
		<dc:creator>Chris Peto</dc:creator>
		<pubDate>Mon, 15 Aug 2011 21:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=23#comment-1423</guid>
		<description>meant even: -1</description>
		<content:encoded><![CDATA[<p>meant even: -1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Chris Peto</title>
		<link>http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html/comment-page-1#comment-1422</link>
		<dc:creator>Chris Peto</dc:creator>
		<pubDate>Mon, 15 Aug 2011 21:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=23#comment-1422</guid>
		<description>No matter, what I set the limit to even -w, I get a message:
Fatal error: Out of memory (allocated 6029312) (tried to allocate 1109318761 bytes) in H:\ApacheFlix\htdocs\CreateZipFile.inc.php on line 222</description>
		<content:encoded><![CDATA[<p>No matter, what I set the limit to even -w, I get a message:<br />
Fatal error: Out of memory (allocated 6029312) (tried to allocate 1109318761 bytes) in H:\ApacheFlix\htdocs\CreateZipFile.inc.php on line 222</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: How to configure the memory_limit for Wordpress? at avp::ptr weblog</title>
		<link>http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html/comment-page-1#comment-1382</link>
		<dc:creator>How to configure the memory_limit for Wordpress? at avp::ptr weblog</dc:creator>
		<pubDate>Sat, 04 Jun 2011 19:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=23#comment-1382</guid>
		<description>[...] memory limit of 32MB which can be to less if you run the automatic updates. As discussed here and here there are different ways to change the configuration. Though, for us it only works when we change [...]</description>
		<content:encoded><![CDATA[<p>[...] memory limit of 32MB which can be to less if you run the automatic updates. As discussed here and here there are different ways to change the configuration. Though, for us it only works when we change [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Fatal Error: allowed memory size of bytes exhausted&#8230; &#124; unter.Strom.bz</title>
		<link>http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html/comment-page-1#comment-546</link>
		<dc:creator>Fatal Error: allowed memory size of bytes exhausted&#8230; &#124; unter.Strom.bz</dc:creator>
		<pubDate>Sat, 12 Dec 2009 21:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=23#comment-546</guid>
		<description>[...] memory_limit erhöhen: entweder in der php.ini oder direkt in PHP mit dem [...]</description>
		<content:encoded><![CDATA[<p>[...] memory_limit erhöhen: entweder in der php.ini oder direkt in PHP mit dem [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Mufflon</title>
		<link>http://juliusbeckmann.de/blog/php-memory-limit-erhohen.html/comment-page-1#comment-422</link>
		<dc:creator>Mufflon</dc:creator>
		<pubDate>Tue, 11 Aug 2009 07:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=23#comment-422</guid>
		<description>Herzlichen Dank für dieses leicht verständliche Tut. So konnte ich nun endlich mein Problem lokalisieren und beheben. Funktioniert wunderbar.</description>
		<content:encoded><![CDATA[<p>Herzlichen Dank für dieses leicht verständliche Tut. So konnte ich nun endlich mein Problem lokalisieren und beheben. Funktioniert wunderbar.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
