Jump to content

Back office


Recommended Posts

I installed prestashop succesefully but I cant log in into back office. I changed admin folder to `madmin` and delete install folder. after that go to the admin login page enter username and password and I see just a white page. why?

version - prestashop_1.4.3.0

Link to comment
Share on other sites

try to enable display errors. edit config.inc.php and change the following

from

@ini_set('display_errors', 'off');



to

@ini_set('display_errors', 'on');



hopefully this will allow you to see the error. If not, try to search your php error logs.

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