Memory: 8MB instead of 12MB

Memory: 8MB instead of 12MB

Friday 27 February 2004 1:32:17 am - 5 replies

Author Message

James Packham

Friday 27 February 2004 3:34:53 am

Yeah, you'll just get a load of nasty errors if you try it on less than 12. On the brightside this is one of things EZ are working on.

Regards,

James

Martin Ulrich

Friday 27 February 2004 8:52:35 am

I had the same probleme. I am on shared hosting server. I solved it by changing .htaccess and load hidden file .htaccess into ez root.

my htaccess with 24 MB :

<FilesMatch "\.(php|html?)$">
php_value memory_limit 24M
</FilesMatch>

_______________________

http://artenic.de ARTENIC - Publishing mit allen Mitteln!

Alexandre Cunha

Monday 08 March 2004 8:24:50 am

Doest solve for me.
Using a shared host too.

Any ideas ?

http://AlexandreCunha.com

Bruce Morrison

Monday 08 March 2004 3:32:19 pm

I think you will have to wait for 3.4
http://ez.no/community/blog/just_got_below_8mb

Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Iain MacLean

Monday 15 March 2004 6:32:54 pm

Hi

Try adding this as the first line in index.php (straight after the commented-out header) if the .htaccess option doesn't work.

ini_set ( memory_limit, "24M" );

I'm also on a shared host and the provider won't change the system-wide php.ini file. This worked for me.

Cheers

Iain

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.