Jump to content

Fatal error: Call to undefined method Product::checkAccessStatic()


lucia15

Recommended Posts

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

  • 2 years later...

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

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