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

IIS 7 Installation Error please help


Go to End


2 Posts   2744 Views

Avatar
AndrewMK

Community Member, 23 Posts

5 December 2008 at 9:41am

Edited: 05/12/2008 12:29pm

Hi, I am just trying to install silver stripe so we can evaluate it as a potential CMS for our organisation and I have run into the following error:

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

 

I am running this on Windows server 2008 with IIS 7.0 and mysql.
I created a phpinfo page and can confirm i do not have the server_signature variable and i cannot work out hoew to get it?

Avatar
AndrewMK

Community Member, 23 Posts

5 December 2008 at 11:56am

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

Now i seem to be having issues on the actual install.
I run the install and after a while I get the below error:

PHP Notice: Undefined index: type in 
C:\inetpub\wwwroot\silverstripe\sapphire\security\Security.php on line 654 

Can anyone help with this error?