Jump to content
  • 0

Nie Mogę Wejść Do Zakładki Moduły


Piotr13

Question

Witam i proszę o pomoc, nie da rady wejść do zakładki moduły pokazuje się :

[PrestaShop] Fatal error in module Upgrade-1.12.2:
Call to a member function deleteConfigurationByName() on null

 

Nie mam bladego pojęcia o co chodzi bo pozostałe zakładki chodzą normalnie.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

ok zrobiłem i pojawia mi się taki błąd:

"Warning: preg_replace(): Compilation failed: invalid range in character class at offset 24 in /homepages/27/d479457696/htdocs/prestashop/classes/Tools.php on line 1150"

 

co to?

Link to comment
Share on other sites

  • 0

w tej linii znajduje się takie coś:

 

// Remove all non-whitelist chars.
        if ($allow_accented_chars)
            $str = preg_replace('/[^a-zA-Z0-9\s\'\:\/\[\]-\pL]/u', '', $str);
        else
            $str = preg_replace('/[^a-zA-Z0-9\s\'\:\/\[\]-]/','', $str);

        $str = preg_replace('/[\s\'\:\/\[\]\-]+/', ' ', $str);
        $str = str_replace(array(' ', '/'), '-', $str);

 

ten plik jest w katalogu prestashop/classes

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