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

SilverStripe 2.1.0-rc2


Go to End


10 Posts   8278 Views

Avatar
siulun

14 Posts

27 September 2007 at 12:19am

xeraa:
I'm getting the same errors as you are on a fresh install on Vista + Apache 2.2 + PHP5 + Mysql.

It won't be because you're running on localhost:8080 that the rewrite failed - I installed a virtual host and my apache is running on :80. It's probably something in the script itself that can't handle it properly.

I just tried installing on XP + Apache 2.0 + PHP5 + Mysql and I'm getting this error when installing on install.php:

If you receive a fatal error, refresh this page to continue the installation
# Creating 'tutorial/_config.php'...
# Creating '.htaccess' file...
# Building database schema...
Fatal error: Cannot redeclare class HTTPResponse in D:\websites\test\sapphire\core\control\HTTPResponse.php on line 143

Avatar
Jedateach

Forum Moderator, 238 Posts

1 October 2007 at 5:26pm

Collin, I've fixed that bug now. Cheers.

Go to Top