Maki... once installed, try editing xcart/config.php
change:
Code:
$https_location = "https://$xcart_https_host".$xcart_web_dir;
to:
Code:
$https_location = "http://$xcart_https_host".$xcart_web_dir;
This fixed it for me, as I don't use secure login.