Jump to content

I can not enter the Back Office [Solved]


Recommended Posts

Yesterday perform installation services provider that has the supplier of hosting, the problem is when I try to back office as I do not show anything not blank page because if I load the css, but the form to place user and password, I have seen several posts about activating the errors in the / config / config, inc, php and so what I have done and I do not show any apparent error, I have reviewed the code index of Back Office and have not seen nothing unusual, if I could, help, thanks. Deputy image as I see the back office. I come on the forum in Spanish and since I do not want to answer I hope to help me here, thanks

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

turn on error reporting

change the

/* Debug only */
define('_PS_MODE_DEV_', false);

 

to

 

/* Debug only */
define('_PS_MODE_DEV_', true);

 

then refresh login page.

 

you should also check browser console (in chrome fn+f12 / f12) for errors

Link to comment
Share on other sites

turn on error reporting

change the

/* Debug only */
define('_PS_MODE_DEV_', false);

 

to

 

/* Debug only */
define('_PS_MODE_DEV_', true);

 

then refresh login page.

 

you should also check browser console (in chrome fn+f12 / f12) for errors

 

Thanks for your answer, just put ini_set('memory_limit','64M'); en config.inc.php, then delete install folder and think that it's all, i back for tell you if the problem was fixed.

 

Edit. The problem is fix, thanks for your answer vekia

Edited by jhond1360 (see edit history)
  • Like 1
Link to comment
Share on other sites

hey

 

thanks for the information that you fixed the problem. Can you share information, where exactly the problem was and how you fixed it?

 

Well apparently just put the line above tells the config.inc.php file after / * Improve PHP configuration to Prevent issues * /, also change the line in the file indicated defines.inc.php, these two file within the config folder, of course I did all this after reinstalling the store.

  • Like 1
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...