Jump to content

[Solved] Can't access back and front office


Recommended Posts

I found a way to solve this problem.
I finish with my brain looking solutions, following the code, but finaly i found a solutioooooon!!!!!!!!!!!

What was the problem?
I could't access the back office, my email acound and my pass always was typed correctly, and the site return the login form many times. The same for my acount for the clients, sooooo......this is what resolved my biig problem.

Open the file my-acound.php. placed in root, and look for this line:
Tools::redirect('authentication.php?back=my-account.php');

and add at the end a param like:
Tools::redirect('authentication.php?back=my-account.php?p='.rand());

So, I understand that this page was called for my navegator allways, however when i clean the temporary files, don't fixed nothig, the problem was alive like never.....and this magic parameter fixed all.

By the way......I apologyce for my baad english.
Tks all!!! and good look!!!!

Link to comment
Share on other sites

  • 9 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...