Jump to content

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


et-taousy

Recommended Posts

Hi,

 

when i purshase more than 50 articles, in step validate commande is blocking .please help.

when consult fil i get this errors.

 

*ERROR* 2015/03/17 - 00:03:43: Invalid product vars at line 104 in file classes/Link.php
*ERROR* 2015/03/17 - 02:13:07: Invalid product vars at line 104 in file classes/Link.php
*ERROR* 2015/03/17 - 08:43:37: Invalid product vars at line 104 in file classes/Link.php
*ERROR* 2015/03/17 - 09:31:51: Invalid product vars at line 104 in file classes/Link.php
*ERROR* 2015/03/17 - 15:20:29: Invalid product vars at line 104 in file classes/Link.php

 

 

 

if (!is_object($product))
{
if (is_array($product) && isset($product['id_product']))
$product = new Product($product['id_product'], false, $id_lang, $id_shop);
elseif ((int)$product)
$product = new Product((int)$product, false, $id_lang, $id_shop);
else
throw new PrestaShopException('Invalid product vars'); =====>line 104
}
Link to comment
Share on other sites

  • 1 month later...

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