Jump to content

Prestashop 1.6 - Debug Console Not Working


Recommended Posts

Hi, I am trying to activate the debug console, but without success. In administration, I have activated the debug console - Always open console. 

 

The file defines.inc.php I _PS_MODE_DEV_ set to true but the console does not open. 

 

Does anyone know why it does not work? 

 

Thank you

Link to comment
Share on other sites

  On 3/14/2014 at 4:04 PM, Lucas Cerdan said:

You're right, this doesn't work in PrestaShop 1.6 and we'll remove it from the BO.

However, you can add {debug} or {debug output="html"} in your theme and this should do the job !

 

Hi Lucas, thanks for this. Are you still able to go to config/defines.inc.php and change line 28.

 

 

define('_PS_MODE_DEV_', false);

 

to

 

define('_PS_MODE_DEV_', true);

Link to comment
Share on other sites

  • 3 weeks later...
  • 6 months later...

Hi Lucas,

 

after change hosting, backoffice it's ok, but frontoffice have white page.

I'd like to activate debug, but it isn't very simple.
Where I must to put exactly
{debug} or {debug output="html"} in my default-bootstrap theme?
In which file?

Thank You

 

  On 3/14/2014 at 4:04 PM, Lucas Cerdan said:

You're right, this doesn't work in PrestaShop 1.6 and we'll remove it from the BO.
However, you can add {debug} or {debug output="html"} in your theme and this should do the job !

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

  • 1 month later...
×
×
  • Create New...