Jump to content
  • 0

DEV_MODE gdzie wylaczyc ?


smolapbz

Question

4 answers to this question

Recommended Posts

  • 0

Dla sklepów starszych niż 1.5.3

config/config.inc.php

Odnajdź linię

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

i zamień ją na
@ini_set('display_errors', 'off');



Dla wszystkich wersji PrestaShop od 1.5.3 w górę

config/defines.inc.php

odnajdź linię

define('_PS_MODE_DEV_', true);

zamień ją na
define('_PS_MODE_DEV_', false);

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