Andrew77 Posted April 5, 2012 Share Posted April 5, 2012 When I enter in my email address and password the back office login just refreshes. I know I seen the fix for this before but cannot find it and have customers waiting on me. When I updated from 1.4.7.0 to 1.4.7.2 I had to change the file permissions in Google checkout which fixed the 500 error but cannot figure out the login error. Link to comment Share on other sites More sharing options...
Andrew77 Posted April 5, 2012 Author Share Posted April 5, 2012 Just needed to comment out the following.. //AND (!isset($this->_content['remote_addr']) OR $this->_content['remote_addr'] == ip2long(Tools::getRemoteAddr()))</span></pre> Now that that is fixed I cannot see the modules under the Modules Tab and before I got into it Prestashop says 1.4.7.3 is available.. Arrg Link to comment Share on other sites More sharing options...
jhnstcks Posted April 5, 2012 Share Posted April 5, 2012 How do you know you cannot see the modules in the modules tab if you cannot login to the BO? The reason you can't see the modules is because there is an error in one of your modules, presumably the one you altered. Have you tried using the forgotten password link for the BO? Also a while back there was a problem with the BO refreshing if you didnt add the www. prefix to your BO address Link to comment Share on other sites More sharing options...
Mike Kranzler Posted April 5, 2012 Share Posted April 5, 2012 Just needed to comment out the following.. //AND (!isset($this->_content['remote_addr']) OR $this->_content['remote_addr'] == ip2long(Tools::getRemoteAddr()))</span></pre> Now that that is fixed I cannot see the modules under the Modules Tab and before I got into it Prestashop says 1.4.7.3 is available.. Arrg Hi Andrew, This is an issue with the paysafecard module in version 1.4.7.2, you can see a discussion on how to fix this here. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
rizzledon Posted April 12, 2012 Share Posted April 12, 2012 I'm having the same problem with my BO login refreshing, first it was allowing me to go straight into my BO without logging in, then I disabled my shop and tried retrieving a new password via email through the lost password link..it just started refreshing. I've tried using a password reset script called invertus_passwd_rester.php as well as changing the pass in phpMyAdmin (with the technique shown here http://www.prestashopdocumentation.info/how-to-reset-admin-password-in-prestashop) with no luck. My prestashop is installed on a prefix other than www, might this be the issue? Link to comment Share on other sites More sharing options...
Recommended Posts