1337 Posted March 16, 2012 Share Posted March 16, 2012 Hey you guys! I am currently running 3 prestas and have a big problem after upgrading to 1.4.7.0 ... I've already checked the forge & forum but it seems nobody has a similar problem: My problem: Customers can't login on OPC Entering correct login details cause: There is 1 error(s): Authentication failed Any suggestions where I should start searching? Server config? Config (all store running on one server): 1x default store/template - everything standard config just upgraded to 1.4.7.0 from previous version 1x store with modified template (clean 1.4.7.0 install) 1x store with modified template upgraded to 1.4.7.0 (/js in theme upgraded) slight mods on classes. First I was hoping it's an error at my modified templates but after replacing them with default 1.4.7.0 it hasn't solved the problem. Deactivating shorturl (.htaccess) doesn't seem to help too. Thanks! Link to comment Share on other sites More sharing options...
phrasespot Posted March 19, 2012 Share Posted March 19, 2012 post an address where the problem can be seen Link to comment Share on other sites More sharing options...
lettersets Posted June 4, 2012 Share Posted June 4, 2012 My problem: Customers can't login on OPC Entering correct login details cause: There is 1 error(s): Authentication failed Did you manage to get this fixed? I get the same error message "Authentication Failed" when trying to log in from the shopping cart. It works fine if you log in using the my-account link. Using Prestashop 1.4.7 also (not after upgrade, this is my first version) Here the issue can be seen: Add an item to cart and on the quick-order page: http://www.lettersets.com/en/quick-order choose "Already registered? Click here". If you then log in using [email protected] and password testpassword You get the error message "There is 1 error(s): Authentication failed Any thought on how to fix this? Link to comment Share on other sites More sharing options...
phrasespot Posted June 5, 2012 Share Posted June 5, 2012 Add an item to cart and on the quick-order page: http://www.lettersets.com/en/quick-order It is possible to help when enough details are provided. Locate your template /themes/[your_theme]/order-opc-new-account.tpl find the line (~37) that reads: <span><input id="passwd" name="passwd" type="password"></span> replace with: <span><input id="login_passwd" name="passwd" type="password"></span> It should work now. Post again if not. 1 Link to comment Share on other sites More sharing options...
lettersets Posted June 6, 2012 Share Posted June 6, 2012 Perfect! It worked. For future visitors' reference: The lines looked in my theme's order-opc-new-account.tpl files look slightly different, I replaced the following: Line 112: <input type="password" class="text" name="passwd" id="passwd" /> by <input type="password" class="text" name="passwd" id="login_passwd" /> and Line 17: <span><input type="password" id="passwd" name="passwd" /></span> by: <span><input type="password" id="login_passwd" name="passwd" /></span> Thanks phrasespot! Link to comment Share on other sites More sharing options...
phrasespot Posted June 6, 2012 Share Posted June 6, 2012 Hmm... One of those is used in a different way (new account creation from that page if I am not mistaken, cannot check now), and by changing both you may be breaking the latter. Changing the first one should suffice. Link to comment Share on other sites More sharing options...
lettersets Posted June 6, 2012 Share Posted June 6, 2012 Thanks, just changed it so only the first occurrence is changed and indeed it still works fine. Link to comment Share on other sites More sharing options...
gtulian58 Posted November 18, 2012 Share Posted November 18, 2012 I have the same problem but on 1.8.4.2, do you know how to resolve? Link to comment Share on other sites More sharing options...
phrasespot Posted November 19, 2012 Share Posted November 19, 2012 I have the same problem but on 1.8.4.2, do you know how to resolve? Did you notice the question asked after OP's post and then when someone else has the same problem they posted a URL. Help people to help you and post a place where the problem can be seen. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now