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

Installation Problem!


Go to End


2 Posts   1615 Views

Avatar
theupendra

Community Member, 1 Post

5 March 2010 at 1:20am

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/a9519937/public_html/silver/install.php on line 701

Creating 'mysite/_config.php'...
Creating /home/a9519937/public_html/silver/mysite/_config.php
Creating '.htaccess' file...
Creating /home/a9519937/public_html/silver/.htaccess

PHP Error Message

Fatal error: ManifestBuilder::parse_file(): Couldn't open /home/a9519937/public_html/silver/sapphire/core/Requirements.php in /home/a9519937/public_html/silver/sapphire/core/ManifestBuilder.php on line 385

I have got this error while installing the CMS. Before I start the installation everything was ok but now not working.

Please help me.

Avatar
Sean

Forum Moderator, 922 Posts

7 March 2010 at 7:30pm

You need to make sure mysite/_config.php has the proper permissions. chmod 777 it and the .htaccess file temporarily until the install finishes, then restore the permissions back to what they were.