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 error!


Go to End


2 Posts   1569 Views

Avatar
jovemac

5 Posts

28 October 2007 at 6:02am

Hi!

I tried to install the previous version 2.0.2b and struck with the error

"SilverStripe needs a minimum of 20M allocated to PHP, but recommends 32M. You only have 10M allocated"

As I am on a shared webserver, I dont have acess to the server and all. Is this issue sorted out in the latest one or still continuing?

Please advise. JO

Avatar
Sean

Forum Moderator, 922 Posts

28 October 2007 at 10:06am

You could try adding this line to sapphire/main.php, then just install regardless of any errors:

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

It may not work for all cases, but it's worth a shot.

Cheers,
Sean