03-22-2016, 04:33 PM
First off, at the beginning of login.php you have removed the includes/userspice/us_header.php file and replaced it with a "includes/header.php". What is in this file? The us_header.php file that was removed includes a lot of initialization code. In general, you can't not include it unless you want to go and do a bunch of things manually.
I'm going to try your files on a site of my own to see what can be made working again. In short, if there is a reference to include/userspice/* you probably shouldn't be touching it without knowing exactly what impact it will have (in this case, a potentially big one).
I'm going to try your files on a site of my own to see what can be made working again. In short, if there is a reference to include/userspice/* you probably shouldn't be touching it without knowing exactly what impact it will have (in this case, a potentially big one).