17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1090 Views |
-
Installation errors?

24 July 2007 at 10:41am
Gidday guys, just keep hitting a brick wall here...
I've searched the forums but nothing seems to be close enough to the error I'm getting below... Not sure what to do, I've obviously tried refreshing the page, starting all over again, re-applying permissions, dropping the database.
Any ideas would be much appreciated.Regards
Dan---
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: Cannot modify header information - headers already sent by (output started at /var/www/test/silverstripe-v2.0.2b/install.php:475) in /var/www/test/silverstripe-v2.0.2b/sapphire/security/BasicAuth.php on line 24
Warning: Cannot modify header information - headers already sent by (output started at /var/www/test/silverstripe-v2.0.2b/install.php:475) in /var/www/test/silverstripe-v2.0.2b/sapphire/security/BasicAuth.php on line 25
Please enter a username and password.---
-
Re: Installation errors?

25 July 2007 at 10:02am
This appears to be a problem with basic authentification for the db/build. DOes the server you are using already require authentification? In line 518 of install.php there is the following line:
//Director::set_environment_type("dev");
Uncomment it so it looks like this:
Director::set_environment_type("dev");
If you require more assistance, there are normally people in the SilverStripe irc channel (see http://www.silverstripe.com/irc/) who are willing to help.
| 1090 Views | ||
|
Page:
1
|
Go to Top |


