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 on deleted redirector page


Go to End


2 Posts   2225 Views

Avatar
Decisive Flow

Community Member, 73 Posts

3 July 2008 at 12:48pm

Page: http://constructiongroup.gooduse.co.nz/overview

Error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4864 bytes) in /nfs/c02/h03/mnt/29059/domains/constructiongroup.gooduse.co.nz/html/sapphire/core/Object.php(122) : eval()'d code on line 1

This was a redirector page that has been deleted from the live site or something. The error is only occurring on this page, and the menu item above it. We have put:

_config.php: ini_set('memory_limit', '120M');

main.php: ini_set('memory_limit', '120M');

.htaccess: php_value memory_limit 64M

Avatar
Willr

Forum Moderator, 5523 Posts

3 July 2008 at 3:44pm

If my maths is correct 67108864 bytes is like 65mb? which is greater then 64mb you have set in the .htaccess as the other 2 are set to 120M it must be using the .htaccess file one