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.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

PHP 5 is required


Go to End


3 Posts   1888 Views

Avatar
Savy

Community Member, 4 Posts

13 October 2009 at 9:39pm

Edited: 13/10/2009 9:44pm

I'm a new user of SS, I absolutely love it.
Until now, I've used SS on my localhost with wamp, no problems whatsoever, nothing to complain. But... the time has come to put my website on the web, using the simple method of FTP transfer with a clean install... and here comes the problem! I've searched through this forum, but nothing helped me so far.
In the browser's title bar I have: PHP 5 is required

The error is:

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 /home/hosting/savy/mysite/_config.php
* Creating '.htaccess' file...
* Creating /home/hosting/savy/.htaccess

Fatal error: require_once() [function.require]: Failed opening required '/home/hosting/savy/silverstripe-cache/manifest-main' (include_path='.:/usr/local/lib/php') in /home/hosting/savy/sapphire/core/ManifestBuilder.php on line 70

In ManifestBuilder, that line is: require_once(MANIFEST_FILE);

Note: I cannot change mod to 777 on silverstripe-cache (using SmartFTP). I saw that this might me a solution, but not for me.

Any help?

Attached Files
Avatar
baba-papa

Community Member, 279 Posts

15 October 2009 at 3:45am

It seams that your webserver doesn´t have enough memory. SS doesn´t run on any webspace.

Avatar
Savy

Community Member, 4 Posts

15 October 2009 at 7:38am

I've tried to set the memory limit to 48 MB, on the web server I have 300 MB of space (or 500, I'm not really sure). I will try on another server... just to be sure and to compare the differences. Thank you for your suggestion.