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


26 Posts   10565 Views

Avatar
JZM

Community Member, 34 Posts

2 March 2009 at 5:15pm

I removed

// Note: you should use <% require %> tags inside your
templates instead of putting Requirements calls here. However
// these are included so that our older themes still
work

Should I ask the host to turn it off

Avatar
Sigurd

Forum Moderator, 628 Posts

3 March 2009 at 6:55am

Does your SilverStripe install work now?

We're interested so we can 'fix' SilverStripe for those with the setting on.

Avatar
JZM

Community Member, 34 Posts

3 March 2009 at 7:01am

Morning Sigurd

No its still not installing - i tried it on my web server and it comes up with PHP5 required and the $end error but still installs - weird

Avatar
Sigurd

Forum Moderator, 628 Posts

3 March 2009 at 7:03am

When you say "still installs", what state is the installation left in? You make it sound like it "tries to install but fails to do so?"
Please be more specific so we can help:)

Avatar
JZM

Community Member, 34 Posts

4 March 2009 at 4:07pm

Sorry Sigurd been at uni,

It installs on my server but during the installation it has

Warning: unlink(mysite/_config.php) [function.unlink]: Permission denied in /home/jzmcon/public_html/Silver1/install.php on line 709

I have chmoded it to 777

Avatar
hempster

Community Member, 4 Posts

9 April 2009 at 11:55am

hey there!

i´m getting the same error trying to install silverstripe 2.3.1
hiere is the php info:
http://web0.xfuture-server.de/info.php

a small part of the errormessage is attached below.

is there any workaround for this error?

cheers!
hempster

------------------------------------
Warning: unlink(mysite/_config.php) [function.unlink]: Permission denied in /var/www/user/html/install.php on line 705
# Creating 'mysite/_config.php'...
# Creating /var/www/user/html/mysite/_config.php
# Creating '.htaccess' file...
# Creating /var/www/user/html/.htaccess

Warning: fopen(/var/www/user/html/silverstripe-cache/manifestClassParse-_var_www_user_html_cms_code_AssetAdmin.php) [function.fopen]: failed to open stream: Permission denied in /var/www/user/html/sapphire/core/ManifestBuilder.php on line 398

Warning: fopen(/var/www/user/html/silverstripe-cache/manifestClassParse-_var_www_user_html_cms_code_AssetTableField.php) [function.fopen]: failed to open stream: Permission denied in /var/www/user/html/sapphire/core/ManifestBuilder.php on line 398
....
...
..
.

Avatar
JZM

Community Member, 34 Posts

9 April 2009 at 12:08pm

Hempster,

Have you chmoded the files

Avatar
hempster

Community Member, 4 Posts

9 April 2009 at 6:38pm

hey jzm, thx for helping :)

yes - all red marked files during the test-setup have been set to 777.
i´ll make a fresh installation today and post some screenshots!