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

Can't install 2.1rc


Go to End


2 Posts   1816 Views

Avatar
albill

7 Posts

16 September 2007 at 6:28pm

I'm trying to install the 2.1rc for the first time on a machine. I'm running php5 on apache with mod_rewrite turned on.

If I do the rewrite check, it informs me that rewrite is NOT turned on.

My .htaccess file shows this though:

### SILVERSTRIPE START ###
RewriteEngine On

RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$

RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
### SILVERSTRIPE END ###

When I run the install script, I see the following:

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...

Warning: fopen(/tmp/silverstripe-cache/manifest_home_openbudd_public_html_sapphire_main.php) [function.fopen]: failed to open stream: Permission denied in /home/openbudd/public_html/sapphire/core/ManifestBuilder.php on line 133
Cannot write manifest file! Check permissions of /tmp/silverstripe-cache/manifest_home_openbudd_public_html_sapphire_main.php

---

What gives?

Avatar
albill

7 Posts

17 September 2007 at 3:08pm

That worked. Thanks.