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

Unable to install on hosted server - No Create DB rights


Go to End


10 Posts   16829 Views

Avatar
Glen

Community Member, 10 Posts

31 October 2006 at 10:08pm

I don't have a db/build file on the machine as I am using the php downloaded version. I've tried again but this time installing it on my Mac at home where I know what the mysql user name is. The current error is:

Installing SilverStripe...

The following problems are preventing me from installing SilverStripe CMS:
# It looks like .htaccess files can't have rewrite rules. I can't visit http://localhost/~barnacle/ss/db/testinstall (it returned '').

The thing is there was no /db/ folder to start with in the downloaded tarball. Is there meant to be one? If so then can you check what you have in this file as it doesn't seem to exist.

http://www.silverstripe.com/assets/downloads/PHPInstaller/silverstripe-v2.0-beta1.tar.gz

Thanks,
Glen

Avatar
Sam

Administrator, 690 Posts

3 November 2006 at 11:58am

There's no db folder - all URLs are processed by mod_rewrite.

Chances are, mod_rewrite isn't work on your server.

Go to Top