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

IIS 7 on Windows 2008 server install problems.


Go to End


11 Posts   8235 Views

Avatar
pauly

Community Member, 4 Posts

11 February 2009 at 12:26am

I have followed the IIS 7 install instructions. I can serve php files ok, however the silverstripe install.php gives the error:

PHP Notice: Undefined index: SERVER_SIGNATURE in C:\inetpub\wwwroot\...\install.php on line 159
PHP Notice: Undefined index: SERVER_SIGNATURE in C:\inetpub\wwwroot\...\install.php on line 510

Does anyone know how to fix this?

Thanks in advance.

Avatar
AndrewMK

Community Member, 23 Posts

11 February 2009 at 3:32pm

I fixed this error by altering install.php to use SERVER_SOFTWARE instead of SERVER_SIGNATURE.

Avatar
pauly

Community Member, 4 Posts

12 February 2009 at 1:35am

Thanks,
I now get to the install screen, but after checking requirements are ok I get:

PHP Notice: Undefined index: type in C:\inetpub\wwwroot\...\sapphire\security\Security.php on line 654
PHP Warning: $project isn't set in C:\inetpub\wwwroot\...\sapphire\core\ManifestBuilder.php on line 154
PHP Fatal error: DB::connect: Not passed a valid database config in C:\inetpub\wwwroot\...\sapphire\core\model\DB.php on line 53

Avatar
dynamite

Community Member, 66 Posts

25 February 2009 at 3:14pm

I am thinking about installing SS on a Win 2008 server and was wondering if you ever solved these problems?

Also, which version were you trying to install?

Thanks in advance!

Avatar
pauly

Community Member, 4 Posts

26 February 2009 at 12:33am

No, never got any further, so gave up on SS.
Using silverstripe version 2.2.3.

Avatar
Sigurd

Forum Moderator, 628 Posts

3 March 2009 at 7:00am

2.3.0 was the first version we ironed out the major bugs with SilverStripe so your experience of 2.2.3 would have required changes to the PHP code, similar to what was posted above.

dynamite, keen to hear how your install goes!

Avatar
dynamite

Community Member, 66 Posts

3 March 2009 at 7:09am

I am waiting on the server to arrive, and will definitely post follow-up here.

Avatar
pauly

Community Member, 4 Posts

4 March 2009 at 2:14am

2.2.3 was the latest when I downloaded it.
Will try again with 2.3.0.

Thanks for update.

Go to Top