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 Error


Go to End


2 Posts   1848 Views

Avatar
focuz

Community Member, 1 Post

21 May 2009 at 9:17pm

I got this message when installing,

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

PHP Error Message

Warning: unlink(mysite/_config.php) [function.unlink]: Permission denied in /home/a2037315/public_html/SilverStripe-v2.3.1/install.php on line 705

* Creating 'mysite/_config.php' for use with _ss_environment.php...
* Creating /home/a2037315/public_html/SilverStripe-v2.3.1/mysite/_config.php
* Creating '.htaccess' file...
* Creating /home/a2037315/public_html/SilverStripe-v2.3.1/.htaccess
* Building database schema...

SO PLEASE TELL ME WHAT IS THE ERROR
OR IF THERE IS RELATED POSTS PLESE INFORM ME!

Avatar
Ben Gribaudo

Community Member, 181 Posts

21 May 2009 at 11:49pm

Sounds like a permissions error on the server end. Maybe the web server process doesn't have rights to delete files?

Ben