Polskie wsparcie PrestaShop
PrestaShop => Moduły => Wątek zaczęty przez: owidiusz w Lipiec 12, 2016, 04:39:17 pm
-
Witam Was
Mam problem z zapisaniem ustawień modułu Przelewy24.
Wypełniam wszystkie pola jak należy klikam "Zapisz ustawienia" i efektem jest pusta strona...
Wersja Prestashop to 1.6.1.3
Wersja Przelewy24 v3.3.1k
Podpowie ktoś gdzie może być problem?
pozdrawiam
owidiusz
-
włącz konsolę w przeglądarce [F12] i zobacz jakie błędy pokazuje. Następnie tryb debugowania
-
Please try repeating the steps after enabling error debugging on your PrestaShop store. You will see some error, just post it here so that we can guide you accordingly.
FYI, to enable error debugging you can follow the steps below.
- open file: config/defines.inc.php (using FTP or hosting control panel)
- change false-->true:
define('_PS_MODE_DEV_', false);
define('_PS_MODE_DEV_', true);