2014-10-21, 01:00 PM
This issue for CloudFlare (because your host isn't secure And you use CloudFlare SSL)
For fix, you can change line 193:
For fix, you can change line 193:
if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off')
to if((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') || (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https'))