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

Memory issue - NOT solved with ini_set(memory limit)


Go to End


2164 Views

Avatar
RS26

Community Member, 11 Posts

23 October 2008 at 3:29am

I was getting the error that a lot of people on here has gotten, and managed to 'fix' it by bumping up the memory.

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 50955 bytes) in /home/testsite/saphire/code/... on line xx

But now, I'm getting errors again.

When we update content inside silverstripe, we get this:

Error in Ajax evaluator on line 974: missing ; before statement
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/catchour/public_html/sapphire/core/Object.php(129) : eval()'d code on line 1

Anyone else getting this?