Guest Posted February 24, 2016 Share Posted February 24, 2016 - Enter login data correctly: no error, returns to login page - register correctly: no message, returns to auth and account is actually created. - default theme has same issue I tried to disable cache, modules, overrides, everything really but it just seems this isn't working correctly in Prestashop. Debug enabled = nothing. I'm out of ideas really. How can I reset the general config page so that I get that link again to verify SSL? What other stuff can I check? Link to comment Share on other sites More sharing options...
Guest Posted February 24, 2016 Share Posted February 24, 2016 I keep solving my own issues as usual, it could be good to know though as it also occurs in the default theme ( qt least in my case): issue = after logging in didn't redirect to login page without https in authentication.tpl line 78 we have {$link->getPageLink('authentication', true)|escape:'html':'UTF-8'} I changed to {$link->getPageLink('authentication', false)|escape:'html':'UTF-8'} we also do this on line 414 for registration. Default theme also has this issue, not sure whether this is the correct solution but I don't get any warnings. 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