Child pages
  • Setting up your local development environment

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You, on the other hand, need this information in order to correct any potential mistake in your code. To that end, open the /config/configdefines.inc.php file, and change the following linesline:

Code Block
/* Debug only */
@ini_set('display_errors', 'on');
define('_PS_DEBUGMODE_SQLDEV_', true);
    
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true);

Enabling the debug methods

...