XOOPS 2.0.10 RC, on first screen of installation :
[code]Notice: Undefined index: HTTPS in c:\program
files\easyphp1-7\www\2010_2\install\class\settingmanager.php
on line 75[/code]
To fix that, in install/class/settingmanager.php,
change line 75 to
[code]$protocol = (isset($_SERVER['HTTPS']) &&
($_SERVER['HTTPS'] == 'on')) ? 'https://' :
'http://';[/code]
Hope this helps !
Cheers !
Logged In: YES
user_id=841117
Added in 2.0.10 RC2