Jump to content
  • 0

Fatal error po czyszczeniu pamięci podręcznej prestashop 1.7


Paulina D.

Question

Hej,

zaznaczam, że jestem laikiem. Po czyszczeniu pamięci podręcznej przez zaplecze pojawił się błąd:
Fatal error: PHP Startup: Failed opening required '/planetalazienek/var/cache/dev/appParameters.php' (include_path='/planetalazienek/vendor/pear/pear_exception:/planetalazienek/vendor/pear/console_getopt:/planetalazienek/vendor/pear/pear-core-minimal/src:/planetalazienek/vendor/pear/archive_tar:.:/:/usr/local/php73/lib/pear') in /planetalazienek/config/bootstrap.php on line 86

Na serwerze plik appParameters.php istnieje, jest w dobrym miejscu, zapis też OK. ale niestety nie chce się otworzyć. Jaki może być powód? Czy konieczna będzie reinstalacja presty? Bardzo proszę o podpowiedź, bo wolałabym nie musieć instalować jej na nowo.

Pozdr.

P.

Ps. Nawet tryb debugowania nie działa niestety...

fatal error prestashop.jpg

Edited by Paulina D. (see edit history)
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

appParameters.php nie ma żadnego prawa ustawionego, jeśli masz dostęp do konsoli to wykonaj komendę chmod 644 appParameters.php

Jeśli nie masz dostępu zmień prawa read/write dla tego pliku korzystając z klienta FTP.

  • Like 1
Link to comment
Share on other sites

  • 0

Dzięki adiem.

Bootstrap.php, linijki 85-89 (wyboltowany 86):


    $config = require_once _PS_CACHE_DIR_ . 'appParameters.php';
    array_walk($config['parameters'], function (&$param) {
        $param = str_replace('%%', '%', $param);
    });

 

Edited by Paulina D. (see edit history)
Link to comment
Share on other sites

  • 0
19 minutes ago, adiem said:

appParameters.php nie ma żadnego prawa ustawionego, jeśli masz dostęp do konsoli to wykonaj komendę chmod 644 appParameters.php

Jeśli nie masz dostępu zmień prawa read/write dla tego pliku korzystając z klienta FTP.

Dzięki! Zadziałało :)

Link to comment
Share on other sites

  • 0

Witam, Posiadam podobny problem, poniżej kod z trybu debugowania:
"Notice: tempnam(): file created in the system's temporary directory in /home/tomskor/domains/tomskor.pl/public_html/classes/PrestaShopAutoload.php on line 258

Warning: rename(/home/tomskor/domains/tomskor.pl/public_html/var/cache/dev/class_index.php): failed to open stream: Permission denied in /home/tomskor/domains/tomskor.pl/public_html/classes/PrestaShopAutoload.php on line 264

Warning: rename(/tmp/class_index.phpSdQsOS,/home/tomskor/domains/tomskor.pl/public_html/var/cache/dev/class_index.php): Permission denied in /home/tomskor/domains/tomskor.pl/public_html/classes/PrestaShopAutoload.php on line 264

Notice: tempnam(): file created in the system's temporary directory in /home/tomskor/domains/tomskor.pl/public_html/classes/PrestaShopAutoload.php on line 258

Warning: rename(/home/tomskor/domains/tomskor.pl/public_html/var/cache/dev/class_stub.php): failed to open stream: Permission denied in /home/tomskor/domains/tomskor.pl/public_html/classes/PrestaShopAutoload.php on line 264

Warning: rename(/tmp/class_stub.phpYI6VK6,/home/tomskor/domains/tomskor.pl/public_html/var/cache/dev/class_stub.php): Permission denied in /home/tomskor/domains/tomskor.pl/public_html/classes/PrestaShopAutoload.php on line 264

Notice: tempnam(): file created in the system's temporary directory in /home/tomskor/domains/tomskor.pl/public_html/classes/PrestaShopAutoload.php on line 258

Warning: rename(/home/tomskor/domains/tomskor.pl/public_html/var/cache/dev/namespaced_class_stub.php): failed to open stream: Permission denied in /home/tomskor/domains/tomskor.pl/public_html/classes/PrestaShopAutoload.php on line 264

Warning: rename(/tmp/namespaced_class_stub.phps8VzHk,/home/tomskor/domains/tomskor.pl/public_html/var/cache/dev/namespaced_class_stub.php): Permission denied in /home/tomskor/domains/tomskor.pl/public_html/classes/PrestaShopAutoload.php on line 264

Warning: require_once(/home/tomskor/domains/tomskor.pl/public_html/var/cache/dev/appParameters.php): failed to open stream: No such file or directory in /home/tomskor/domains/tomskor.pl/public_html/config/bootstrap.php on line 86

Fatal error: require_once(): Failed opening required '/home/tomskor/domains/tomskor.pl/public_html/var/cache/dev/appParameters.php' (include_path='/home/tomskor/domains/tomskor.pl/public_html/vendor/pear/pear_exception:/home/tomskor/domains/tomskor.pl/public_html/vendor/pear/console_getopt:/home/tomskor/domains/tomskor.pl/public_html/vendor/pear/pear-core-minimal/src:/home/tomskor/domains/tomskor.pl/public_html/vendor/pear/archive_tar:.:/usr/local/php72/lib/php') in /home/tomskor/domains/tomskor.pl/public_html/config/bootstrap.php on line 86 "

 

Proszę o pomoc. Byłem zmuszony postawić serwer na nowo i wgrywałem kopię zapasową. Po czym mam problem  z otwarciem admina oraz strony produktu error 500.

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