Piotr13 Posted March 1, 2016 Share Posted March 1, 2016 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 More sharing options...
0 endriu107 Posted March 1, 2016 Share Posted March 1, 2016 Jest jakiś błąd w tym module, włącz tryb DEV powinny pojawić sie dodatkowe błędy. Link to comment Share on other sites More sharing options...
0 Piotr13 Posted March 2, 2016 Author Share Posted March 2, 2016 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 More sharing options...
0 endriu107 Posted March 2, 2016 Share Posted March 2, 2016 Ten plik masz oryginalny czy nadpisany jest w folderze override? Co masz w tej linii? Link to comment Share on other sites More sharing options...
0 Piotr13 Posted March 3, 2016 Author Share Posted March 3, 2016 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 More sharing options...
0 endriu107 Posted March 3, 2016 Share Posted March 3, 2016 Spróbuj to: $str = preg_replace('/[^a-zA-Z0-9\s\'\:\/\[\]-\pL]/u', '', $str); zamienić na to: $str = preg_replace('/[^a-zA-Z0-9\s\'\:\/\[\]\-\pL]/u', '', $str); Link to comment Share on other sites More sharing options...
Question
Piotr13
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now