Jump to content

Looping in Login Menu


Recommended Posts

I've installed extracted prestashop under folder www.XXX.com/prestashop/
and install it. It works perfectly fine until later i decided to move the entire
folder to the root folder (now become www.XXX.com/ )

When i login again in the prestashop admin screen, the page keep refreshing
at the login menu instead of going in.
it doesn't prompt me an error message like when i key in wrong password.

Anyone can help?

Link to comment
Share on other sites

That would explain the problem. Prestashop still thinks it is in the prestashop subdirectory. You need to download config/settings.inc.php off your server using an FTP client, change line 8 from:

define('__PS_BASE_URI__', '/prestashop/');



to:

define('__PS_BASE_URI__', '/');



then upload it to your server using an FTP client.

Link to comment
Share on other sites

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...