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

not enough memory yet everything seems okay in the beginning?


Go to End


2 Posts   2286 Views

Avatar
joco

9 Posts

20 October 2007 at 7:57am

i get the following error while installing SS (the installer says the php mem is set to 32M, and phpinfo() tells me that memory_limit=32M. i even added the "ini_set(”memory_limit”,”32M”);"-line to main.php in the sapphire folder)

---------------------------------

Installing SilverStripe...

I am now running through the installation steps (this should take about 30 seconds)

If you receive a fatal error, refresh this page to continue the installation
# Creating 'mysite/_config.php'...
# Creating '.htaccess' file...
# Building database schema...

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /var/www/htdocs/mysite/public/ss/sapphire/security/Member.php on line 354
-----------------

some setting i forgot maybe?

Avatar
Sigurd

Forum Moderator, 628 Posts

20 October 2007 at 8:36am

I think you've done nothing wrong but that in future versions we need to tackle the memory limit problem. As you would have noticed from the blog I write, we've been focused on new features. For the time being, increase the memory limit.