Search the Community
Showing results for tags 'admincontroller.php'.
-
i keep getting a white screen when i try to make updates in the configurations. so i turn on the debug and got this error. Fatal error: Uncaught Error: Access to undeclared static property: Validate::$values in /customers/3/8/6/elektronikfyren.dk/httpd.www/classes/controller/AdminController.php:1389 Stack trace: #0 /customers/3/8/6/elektronikfyren.dk/httpd.www/classes/controller/AdminController.php(903): AdminControllerCore->processUpdateOptions() #1 /customers/3/8/6/elektronikfyren.dk/httpd.www/classes/controller/Controller.php(178): AdminControllerCore->postProcess() #2 /customers/3/8/6/elektronikfyren.dk/httpd.www/classes/Dispatcher.php(367): ControllerCore->run() #3 /customers/3/8/6/elektronikfyren.dk/httpd.www/kontrol/index.php(58): DispatcherCore->dispatch() #4 {main} thrown in /customers/3/8/6/elektronikfyren.dk/httpd.www/classes/controller/AdminController.php on line 1389 it is a new clean installation with no other modul on it then it comes with. it is a 1.6.1.3 the the menory limelt is set to 512mb on the php.int it is a common error as i have it on all my 3 shops that runs on pesta. is there eny of you that know a solution to this problem /// Solution Downgrade PHP from 7.0 to 5.6, this solves the problem.
- 13 replies
-
- line 1389
- AdminController.php
-
(and 2 more)
Tagged with:
-
Bonjour, J'ai un message rouge qui s'affiche quand j'ouvre ma fiche produit dans le back office : Notice à la ligne 1324 du fichier /homepages/41/d566868122/htdocs/classes/controller/AdminController.php [8] Undefined offset: 1 Le message est tout recent, je ne l'avait pas avant. Quelqu'un a-t-il une idée du pourquoi ? Merci erreur.tiff
-
Bonjour, J'ai un problème lorsque je veux accéder à mon back office prestashop 1.6, j'ai restaurer mon site web via l’hébergeur OVH pour revenir à une version du site avant les problèmes rencontrés, ça n'a rien changé, voire même ça a été pire qu'avant. Avant, je n'avais qu'un problème au niveau du front-office qui était (et est encore): "Impossible to add the product to the cart. textStatus: 'parsererror' errorThrown: 'SyntaxError: Unexpected token ' responseText: {"products":[{"id":14,"link":"http:\/\/www.cavedo-venteprivee.fr\/ruinart\/14-r-de-ruinart-brut.html","quantity":1,"image":"http:\/\/www.cavedo-venteprivee.fr\/32-home_default\/r-de-ruinart-brut.jpg","image_cart":"http:\/\/www.cavedo-venteprivee.fr\/32-cart_default\/r-de-ruinart-brut.jpg","priceByLine":"36,50 \u20ac","name":"R de Ruinart Brut","price":"36,50 \u20ac","price_float":30.42,"idCombination":0,"idAddressDelivery":4,"is_gift":false,"hasAttributes":false,"hasCustomizedDatas":false,"customizedDatas":[]}],"discounts":[],"shippingCost":"5,00 \u20ac","shippingCostFloat":5,"wrappingCost":"0,00 \u20ac","nbTotalProducts":1,"total":"41,50 \u20ac","productTotal":"36,50 \u20ac","freeShipping":"0,00 \u20ac","freeShippingFloat":0,"hasError":false,"crossSelling":"\t " Désormais j'ai ce message d'erreur lors de l'accès au back-office: "Fatal error: Call to undefined method Tools::redirectAdmin() in /home/cavedo/VentePrivee/classes/controller/AdminController.php on line 2248" Aux environs de la ligne 2248: "{ if (isset($this->context->employee)) $this->context->employee->logout(); Tools::redirectAdmin($this->context->link->getAdminLink('AdminLogin').((!isset($_GET['logout']) && $this->controller_name != 'AdminNotFound' && Tools::getValue('controller')) ? '&redirect='.$this->controller_name : '')); }" J'ai regardé dans le fichier en question mais je n’aperçois pas d'erreur. Merci d'avance. Nicolas Babkine