Jump to content

Se los pido porfavor--- ayudenme con este error


luxotk

Recommended Posts

Porfavor les imploro que me ayuden con este error.. maÑANA tiene que estar yacorregido.. dejo la imagen

 

[PrestaShopException]

Invalid product vars
at line 104 in file classes/Link.php

98.             if (is_array($product) && isset($product['id_product']))
99.                 $product = new Product($product['id_product'], false, $id_lang, $id_shop);
100.             elseif ((int)$product)
101.                 $product = new Product((int)$product, false, $id_lang, $id_shop);
102.             else
103.                 throw new PrestaShopException('Invalid product vars');
104.         }
105.
106.         // Set available keywords
107.         $params = array();
108.         $params['id'] = $product->id;

 

Edited by luxotk (see edit history)
Link to comment
Share on other sites

Fue un error en el bloque de carro.. realize un backup y se arreglo el problema .. fue en la version 1.6.0.9.. espero que si alguien le pase le mismo ya saben la solucion .. Gracias ventura por tu pronta respuesta.

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