lucia15 Posted August 29, 2015 Share Posted August 29, 2015 Desde ayer, al cargar la página del carrito, aparece la página en blanco. Al activar los errores, veo esto: Fatal error: Call to undefined method Product::checkAccessStatic() in /var/www/vhosts/arisoft.es/httpdocs/tienda/classes/Cart.php on line 3286 Tengo la versión 1.6.1.1 recién actualizada, pero algunos clientes hicieron pedidos con la versión nueva, así que el problema no viene de la actualización. Por otro lado, nunca he tocado el archivo classes/Cart.php... ¿Alguna idea de cómo solucionar esto? ¡Gracias! Link to comment Share on other sites More sharing options...
lucia15 Posted August 29, 2015 Author Share Posted August 29, 2015 Vale, solucionado. No había hecho cambios es classes/Cart.php pero sí en Product.php. Al subir el archivo de copia de seguridad que tenía, arreglado. Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2015 Share Posted August 29, 2015 Hola gracias por compartir solución Marqué su respuesta como una solución a este tema Link to comment Share on other sites More sharing options...
SOURIRE DES SAVEURS Posted June 1, 2018 Share Posted June 1, 2018 Bonjour, j'ai le problème suivant lorsque côté FO, je mets un article au panier et lorsque je fais commander, j'ai une page blanche. Avec le debug, voici l'erreur que je ne sais pas résoudre : Fatal error: Call to undefined method Product::checkAccessStatic() in /home/souriredessaveur/public_html/classes/Cart.php on line 3225 extrait du fichier cart.php : { if (Configuration::get('PS_CATALOG_MODE')) return true; foreach ($this->getProducts() as $product) if (!Product::checkAccessStatic($product['id_product'], $this->id_customer)) return $product['id_product']; return false; } La ligne 3225 est : if (!Product::checkAccessStatic($product['id_product'], $this->id_customer)) Je voulais joindre le fichier mais impossible, ça ne fonctionne pas sur le forum actuellement. Je vous remercie de votre aide. Cart.php 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