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

Fatal error in LookupField.php on install


Go to End


2 Posts   1511 Views

Avatar
andrew_crosby

Community Member, 5 Posts

2 March 2008 at 9:43pm

Hi,

can anyone help me?

When I try to install, I get this error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 232 bytes) in /silverstripe/sapphire/forms/LookupField.php on line 44

I've tried increasing the memory lmit by inserting:

ini_set('memory_limit', '64M');

into both:
- silverstripe/sapphire/main.php and
- silverstripe/sapphire/_config.php

but still get this error.

Thanks for your help

Andrew

Avatar
brightico

Community Member, 1 Post

26 March 2008 at 8:35am

I get the exact same error and have done every fix I can think of to no avail.