neatgadgets Posted January 15, 2013 Posted January 15, 2013 Using oscommerce 2.3.3 I have just started getting the following message. I had been using it fine, stopped using it for a number of months and then started getting the message: Error: The maximum number of login attempts has been reached. Please try again in 5 minutes So I tried a number of solutions I found: 1. Reset the password by emptying the administrators table 2. Changing a line in the login.php file if ($actionRecorder->canPerform()) { with if ($actionRecorder->canPerform() || !tep_not_null($actionRecorder->_module)) { 3. Tried renaming the Action Recorder module in the modules folder None of them worked Any further ideas?
Avec Posted January 16, 2013 Posted January 16, 2013 No help, but I have found this problem to be so frustrating as to be ridiculous. I have searched through the forum and the problem is as prevelant as it is unanswered. It also appears to be long lasting, but not really specifically addressed. I am upgrading from an older version, so I thought I would just start fresh, so I am working with a blank slate. New DB, new everything. The first f-ing time I try to log in - "Please try again in 5 minutes" I am tired of the work arounds. Is there or is there not a fix for this stupid issue?
Jack_mcs Posted January 17, 2013 Posted January 17, 2013 I suggest you always use google to search for things on the forum since the results are much better. See here. To get around this problem, change if ($actionRecorder->canPerform()) { to if (true) { Once you have logged in, change the code back and you should be able to login correctly afterwards. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
neatgadgets Posted January 17, 2013 Author Posted January 17, 2013 Yes I used Google first, then tried here. And I used this solution and it didn't make any difference. But thanks that was one I missed off the list of things I tried.
Jack_mcs Posted January 17, 2013 Posted January 17, 2013 That has to work. The reason for the failure is that the action recorder code is saying not to allow you in. That code says to allow you in. So either you are editing the wrong code, your shops code has been altered from standard or your code is broken. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.