Jump to content

super error no carga nada de la pagina


luxotk

Recommended Posts

[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;

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