Jump to content

Show errors in backoffice modules - 1.4.9


techgin

Recommended Posts

Hi,

 

I`m creating new payment gateway module for older 1.4.9 prestashop version.

I want to know how to show errors in backoffice modules, becouse, at this moment, when I turn on:

//in config.inc.php
@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', true);

//in defines.inc.php
define('_PS_MODE_DEV_', true);
define('_PS_MODE_DEMO_', true);

there is nothing to show in modules (look in attached picture)

 

post-438227-0-20788300-1413837872_thumb.png

Edited by techgin (see edit history)
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...