seboxp Posted February 4, 2018 Share Posted February 4, 2018 Witam, presta 1,6 zauważyłem ostatnio że nie działają mi strony cms a dokładniej to gdy kliknę w link to pojawia się pusta biała strona, w seo&url w ogóle nie ma tych linków, a także gdy dam podgląd strony w edycji strony cms to też pokazuje białą strone. Jakieś rady co to może być? Link to comment Share on other sites More sharing options...
endriu107 Posted February 4, 2018 Share Posted February 4, 2018 Włącz tryb debugowania w białej stronie powinny pojawić sie błędy. Link to comment Share on other sites More sharing options...
seboxp Posted February 4, 2018 Author Share Posted February 4, 2018 Fatal error: Class 'CmsController' not found in ...prestashop/classes/controller/Controller.php on line 134 Link to comment Share on other sites More sharing options...
seboxp Posted February 4, 2018 Author Share Posted February 4, 2018 public static function getController($class_name, $auth = false, $ssl = false) { return new $class_name($auth, $ssl); } public function __construct() { if (is_null($this->display_header)) { $this->display_header = true; } if (is_null($this->display_header_javascript)) { $this->display_header_javascript = true; } if (is_null($this->display_footer)) { $this->display_footer = true; } $this->context = Context::getContext(); $this->context->controller = $this; // Usage of ajax parameter is deprecated $this->ajax = Tools::getValue('ajax') || Tools::isSubmit('ajax'); if (!headers_sent() && isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Trident') !== false)) { header('X-UA-Compatible: IE=edge,chrome=1'); } } Link to comment Share on other sites More sharing options...
design4VIP Posted February 4, 2018 Share Posted February 4, 2018 (edited) brakuje pliku CmsController.php w ./controlers/front albo w ./override masz jakis nadpisany z bledami Edited February 4, 2018 by design4VIP (see edit history) Link to comment Share on other sites More sharing options...
seboxp Posted February 4, 2018 Author Share Posted February 4, 2018 plik jest ( CmsController.php w ./controlers/front ) Link to comment Share on other sites More sharing options...
design4VIP Posted February 4, 2018 Share Posted February 4, 2018 a w override? usun plik ./cache/class_index.php moze gdzies sie zwiesil Link to comment Share on other sites More sharing options...
seboxp Posted February 4, 2018 Author Share Posted February 4, 2018 usunąłem plik /cache/class_index.php i nic nie dało a w override sa tylko pliki index.php Link to comment Share on other sites More sharing options...
seboxp Posted February 4, 2018 Author Share Posted February 4, 2018 Myślę że to mogło się stać po użyciu 1-click upgrade a następnie cofnięcie zmian... Link to comment Share on other sites More sharing options...
seboxp Posted February 4, 2018 Author Share Posted February 4, 2018 Ok chyba działa, włączyłem "wyłącz wszystkie nadpisywania" i jest ok Link to comment Share on other sites More sharing options...
design4VIP Posted February 4, 2018 Share Posted February 4, 2018 no ale nie jest to do konca rozwiazanie, bo jak bedziesz mial teraz jakis modul wymagajacy nadpisywania np. Ship2Pay to nie zadziala. czyli jak pisalem szukaj problemu po stornie ./override. ewentualnei jakis modul moze te napisywania wrzucac. istalowales jakis modul korzystajacy z CMS? Link to comment Share on other sites More sharing options...
seboxp Posted February 4, 2018 Author Share Posted February 4, 2018 Właśnie zauważyłem że był problem z ship2pay jednak jak wyłączyłem spowrotem "wyłącz wszystkie nadpisywania" to strony CMS działają Link to comment Share on other sites More sharing options...
design4VIP Posted February 6, 2018 Share Posted February 6, 2018 no to czyli, ze masz gdzies nadpisany plik w ./override. poza tym jezlei masz S2P to musisz tam miec nadpisania kontrolerow, wiec nie mozesz miec samych index.php jak to opisujesz. musisz dokladnie przegladnac ./override Link to comment Share on other sites More sharing options...
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