Child pages
  • Rozwiązywanie problemów

Versions Compared

Key

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

Spis treści Table of contents

Table of Contents
maxLevel2

Troubleshooting

...

Rozwiązywanie problemów

Wyłączanie komunikatu o błędach wyświetlania w przypadku nieoczekiwanych pustych stron

Info
titleModule

For Dla PrestaShop 1.6 and higher you can use a modulei wyższych możesz użyć modułu: https://www.prestashop.com/forums/topic/513401-free-module-enable-debug-mode-from-back-office/

If your back office and/or front office start displaying a blank or incomplete page regularly without any error message, it is necessary to activate the display of the PHP errors in order to understand the problem.

...

index.php?setlanguage=1&cal_id=&langid=11&k=880ea6a14ea49e853634fbdc5015a024

Jeśli panel administracyjny i/albo strona główna wyświetla regulanie pustą albo niekompletną stronę bez żadnego komunikatu o błędzie. Koniecznie jest włączenie wyświetlania błędów PHP w celu zrozumienia problemu.

Odbywa się to w pliku instalacji PrestaShop /config/defines.inc.php file. You should edit the following line.  Należy zmodyfikować nastepującą linię:

Code Block
HTML
HTML
define('_PS_MODE_DEV_', false);

...and change it intoi zmienić na:

Code Block
HTML
HTML
define('_PS_MODE_DEV_', true);

...