Jump to content

Stuck on login page after new install


Recommended Posts

if page is blank, just follow this:

 

open file: config/defines.inc.php

 

find this line

define('_PS_MODE_DEV_', false);

 

change to look like this:

define('_PS_MODE_DEV_', true);

 

then you will see error messages probably

Link to comment
Share on other sites

is there any chance to check your login page? if so - please share the url (you can temporary rename it)

 

i'm debug after login

code debug:

echo '<xmp style="text-align: left;">';
print_r($_REQUEST);
echo '</xmp><br />';
return $variable;

 

after login succes

Array (
[controller] => AdminHome
[token] => 692fae7d82a7cc91b2447cbd03edddd8
)

 

 

I'm install on hosting --> ok

I'm install localhost --> after install can't login :(

Edited by dungdn19 (see edit history)
Link to comment
Share on other sites

  • 7 months later...

I have done clean install of latest version 1.5.6.2 on my host from package downloaded from your site.

Managed to login into back office got the Technical error  :Object object,  clicked on one of the menu heading and got booted back to the login screen. every attempt to log back in returns me to the login screen.

 

Any help would be much appreciated.

 

Phil

Link to comment
Share on other sites

I have done clean install of latest version 1.5.6.2 on my host from package downloaded from your site.

Managed to login into back office got the Technical error  :Object object,  clicked on one of the menu heading and got booted back to the login screen. every attempt to log back in returns me to the login screen.

 

Any help would be much appreciated.

 

Phil

hello

can you share url to your admin panel? i will test it on my own with browser developer tools.

Link to comment
Share on other sites

  • 2 years later...
  • 2 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...