MountainMan Posted June 19, 2020 Share Posted June 19, 2020 Am using a moderately modded Frozen. Was surprised with a server move to PHP 7.2 from 7.1. And having some surprising problems. All of a sudden cant login because $_POST['formid'] == $sessiontoken fails in cm_login_form.php. Somehow they get out of sync. Was hoping for some clues.... how could this happen? Link to comment Share on other sites More sharing options...
ruden Posted June 20, 2020 Share Posted June 20, 2020 var_dump($_POST['formid'], $sessiontoken); ??? Link to comment Share on other sites More sharing options...
MountainMan Posted June 20, 2020 Author Share Posted June 20, 2020 9 hours ago, ruden said: var_dump($_POST['formid'], $sessiontoken); ??? Thanks. Problem was caused by an extra space at the beginning of a file, which caused multiple session related errors from "headers already sent" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.