I'm on step 1, and roster say everything is oki for installation.
Then I click the "Start Install" button.
Doing this returns:
"HTTP 405 - Resource not allowed
Internet Information Services"
Changing line 145:
- Code: Select all
'FORMACTION' => ''
to
- Code: Select all
'FORMACTION' => $_SERVER['PHP_SELF']
fixes the problem. Seems IIS isn't too found of having the action attribute of a form element as empty.