The forums prove that I’im not the only one with this sudden problem.
Any ideas already? This is a problem that compromises my business at this moment.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
February 02, 2011 5:24am
Subscribe [6]#16 / Feb 05, 2011 10:22am
The forums prove that I’im not the only one with this sudden problem.
Any ideas already? This is a problem that compromises my business at this moment.
#17 / Feb 05, 2011 11:17am
Even when replacing the authenticate function in the login controller it just ignores it.
function authenticate()
{
$this->functions->redirect('http://www.google.com');
}
function authenticateORIGINAL()
{The login form points to the correct method
<form action="index.php?S=0&D=cp&C=login&M=authenticate" method="post">With the new redirect in place, it should just go to google, instead it is just returning to the login form page.
Imo it has something to do with POST routing that has gone haywire for some reason, because when i go directly to index.php?S=0&D=cp&C=login&M=authenticate it redirects as defined in the controller method.
#18 / Feb 05, 2011 11:21am
I found the fix for this issue, you have to empty the exp_security_hashes table because it contained duplicate keys. After this, everything works as normal 😊
#19 / Feb 06, 2011 2:36pm
Hi NicoDG,
Glad that you got this sorted out and thank you very much for your note.
@barblau, does NicoDG’s fix work for you?
Cheers
Greg
#20 / Feb 06, 2011 2:55pm
Hi Greg,
It does. NicoDG did an awesome job helping me out.
Cheers,
Bart
#21 / Feb 07, 2011 2:55pm
Glad to hear it worked out for you!
Please post again with any future issues 😊