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

...

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

Now browse your store's pages again. PrestaShop will display all the relevant error messages (if any), which should help you solve the issue.

Once the issue has been fixed, you must revert your changes: edit the Przejrzyj swoją stronę sklepu ponownie. PrestaShop wyświetli wszystkie komunikaty o błędach (jeśli są jakieś), co powinno pomóc w rozwiązaniu problemu.

Gdy problem został rozwiązany, należy cofnąc wprowadzone zmiany, edytuj plik /config/defines.inc.php file again and put false back as the value for the jeszcze raz i umieść wstecz fałszywą wartośc _PS_MODE_DEV_ constant.

...

Hostowanie na1&1:

...

Rozwiązywanie problemu pamięci alokacji

Niektórzy ludzie mogą napotkać problemy z alokacją pamięci, zwłaszcza gdy panel administracyjny próbuje wyświetlić obrazy na dysku które są całkiem duże (ponad 800 Kb). Powinieneś wiedzieć, że nawet jeśli ręcznie zwiększysz limit pamięci hostingu do 128 Mb, to niektóre hostingi, takie jak 1&1, będą ograniczone do limitu 32 Mb. Zobacz sekcje FAQ od 1&1:http://faq.oneandone.co.uk/scripting/php/10.html.

There are only two solutions, and they are both drastic:

  • Decrease the size of your pictures in pixels, and thus their size on the disk. This will also most probably improve the overall performance.
  • Change host for one that support memory increase.

It is impossible to connect anymore

There are cases when PrestaShop will not recognize a user's e-mail or password, making it impossible to connect to either the back office and the front office. The user is simply sent back to the login screen. Some reports tend to point that IE10 is the only browser where this happens.

This is most probably an issue with the user's browser cookie for your store: when the user repeatedly logs in and out of the store, the cookie's encryption keys can get mixed upSą tylko dwa rozwiązania, i obydwa są drastyczne:

  • Zmniejsz rozmiar pikseli swoich zdjęć, i zmniejsz ich rozmiar na dysku. To powinno także prawdopodobnie poprawić ogólną wydajność.
  • Zmień hosting na taki który obsługuje rozszerzenie pamięci.

Jest niemożliwe aby podłączyć więcej

Istnieją przypadki kiedy PrestaShop nie rozpozna e-maila albo chasła użytkownika, co uniemożliwia podłączenie zarówno panelu administracyjnego jak i strony głównej. Użytkownik jest odesłany do widoku logowania. Niektóre raporty wskazują na to, że IE10 jest jedyną przeglądarką w której się to dzieje.

To jest najprawdopodobnie problem z plikami ciasteczek w przeglądarce użytkownika sklepu: gdy użytkownik loguje się wielokrotnie w sklepie, klucze szyfrowania plików ciasteczek mogą się mieszać.

In any case, one easy way to fix this and to be able to log in again is to clear the browser's cache and cookies. Here is page explaining how to do just that, depending on the browser: https://support.google.com/mail/answer/32050?hl=en.

...