Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

error with flush....


Go to End


3 Posts   1395 Views

Avatar
Nicolaas

Forum Moderator, 224 Posts

27 December 2007 at 11:02am

Hi,

Please have a look here:
http://centenarynzi-com.axiion.com/1908-1919/

if you do the same thing with flush you get an error:
http://centenarynzi-com.axiion.com/1908-1919/?flush=1

even though php memory is set to 64m in main.php AND in .htaccess.
What can I do?

Thank you

Nicolaas

Avatar
mbellino

Community Member, 32 Posts

27 December 2007 at 11:45pm

Hello Nicolaas

I had the same problem.

I've changed the saphire/main.php value from 32 to 64
ini_set("memory_limit","64M")

and also adapted the .htaccess from 32 to 64
php_value memory_limit 64M

Do you have 2.2.1 installed?

Cheerio
Mario

Avatar
Nicolaas

Forum Moderator, 224 Posts

28 December 2007 at 12:47am

Hi Mario,

I did the same thing as you did, but this did not solve anything. I am just going to try to implement the new version of ss though.... from 2.2.0 to 2.2.1