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?
I have the same problem.
i have seen on an other forum, that if you download another zip file of prestashop it works.
look at the end of this forum
http://www.prestasho...ewthread/42489/
I will try this. hope it will hep you
:)
i have seen on an other forum, that if you download another zip file of prestashop it works.
look at the end of this forum
http://www.prestasho...ewthread/42489/
I will try this. hope it will hep you
:)
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.
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.



Back to top








