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

Problem accesing the Admin Panel


Go to End


3 Posts   1598 Views

Avatar
Axl Rose

Community Member, 7 Posts

2 October 2008 at 10:39am

I was trying to make my old wordpress database work into SS, and eventually, I couldn't access the administration panel. I'm getting this error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6144 bytes) in C:\wamp\www\gnr\sapphire\core\Object.php(129) : eval()'d code on line 1

Any idea?

Avatar
Willr

Forum Moderator, 5523 Posts

2 October 2008 at 1:01pm

That is a memory error. By the sounds of it you have 32mb PHP memory (which is the min requirement) but in this case the site requires more then that to work. You will need to crank the PHP memory limit up to 64mb if you want to be safe.

You can ask your webhost to do this. Or if this is your own server you can edit the setting in the 'php.ini' file edit the line - memory_limit = 32M to something like memory_limit = 64M , save the file then restart your server

Avatar
Axl Rose

Community Member, 7 Posts

3 October 2008 at 2:30am

Just perfect. Thank you, man! I'm happy again! ;)