Unable to log in: Your browser's cookie functionality is turned off. Please turn it on.
Permalink
I updated C5 to 5.6.3.3 over the weekend. I am trying to log in today, and I am getting a message that says "Your browser's cookie functionality is turned off. Please turn it on." after I enter my credentials. It does not allow me to log in, it only returns this message.
I have tried multiple browsers, cleared the cookies, and have confirmed that cookies are being accepted by my browsers.
Site address:http://www.elkhartcountyhistory.org/...
Has anyone else encountered this? Any ideas how I can access my site once again?
I have tried multiple browsers, cleared the cookies, and have confirmed that cookies are being accepted by my browsers.
Site address:http://www.elkhartcountyhistory.org/...
Has anyone else encountered this? Any ideas how I can access my site once again?
There was an extra space in the index.php file immediately before:
<?php
require('concrete/dispatcher.php');
Removing that space solved the problem.