Jump to content

Can't login in B.O. when enter email & passw only prestashop logo showing


Hartung

Recommended Posts

Check the defines.inc.php in the config folder and see if debug in enabled see below.

 

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);            if set to    true     set to false and try to log in 
}                                                                 if set to    false   set to true and see if you get addition error message.
 
 
The only error that shows in the console is        Failed to parse SourceMap: http://zet-shop.be/admin_Sam/themes/default/css/admin-theme.css.map.
However even though I put in completely wrong credentials I got the same screen should have got employee does not exist.
 
Thats right I got to your admin page you should block out the url or cut it from images you post someone could hack your site.
Link to comment
Share on other sites

 

Check the defines.inc.php in the config folder and see if debug in enabled see below.

 

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);            if set to    true     set to false and try to log in 
}                                                                 if set to    false   set to true and see if you get addition error message.
 
 
The only error that shows in the console is        Failed to parse SourceMap: http://zet-shop.be/admin_Sam/themes/default/css/admin-theme.css.map.
However even though I put in completely wrong credentials I got the same screen should have got employee does not exist.
 
Thats right I got to your admin page you should block out the url or cut it from images you post someone could hack your site.

 

 

Thanks for the warning i didn't think about it 

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