Jump to content

Cannot login to back office


Recommended Posts

Hello everybody.
I am a new user of PS and I have finally finished installation. I can reach my front office, but when I try to reach the back office all I see is this:
Welcome to your Back Office
Click the tabs to navigate.


Hack attempt (Employee -> lastname is empty)

I have been browsing the forum for hours now and I still cannot find any solution.
Install folder is removed, admin folder renamed.

Could anybody help me with this problem?

Link to comment
Share on other sites

also a confirm user ask me tro try this :
let me know if it's working

check if in config.inc.php all settings are correct ?

<?php

define(’PS_BASE_URI‘, ‘/prestashop_1.3.0.2/’);
define(’THEME_NAME‘, ‘prestashop’);
define(’DB_NAME‘, ‘presta1302’);
define(’DB_SERVER‘, ‘localhost’);
define(’DB_USER‘, ‘root’);
define(’DB_PREFIX‘, ‘’);
define(’DB_PASSWD‘, ‘’);
define(’DB_TYPE‘, ‘MySQL’);

in file config.inc.php 4th line is : @ini_set(‘display_errors’, ‘off’); << replace off by on and relaunch prestashop.

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