I get an Error at the first page of the installation:
> Notice: Undefined index: HTTPS in /Users***/Sites/modx20rc1/setup/index.php on line 44
Line 44: $installBaseUrl .= ($_SERVER[’SERVER_PORT’] == 80 || isset ($_SERVER[’HTTPS’]) || strtolower($_SERVER[’HTTPS’]) == ’on’) ? ’’ : ’:’ . $_SERVER[’SERVER_PORT’];
Seems like this part isn`t correct because the index is not set:
> strtolower($_SERVER[’HTTPS’]) == ’on’)
If I delete this (no HTTPS anyway), setup begins correctly and continues without errors. If I continue with that error I get a "Headers already send"-Message on page 2.
Filed under
http://svn.modxcms.com/jira/browse/MODX-1778