et-taousy Posted March 18, 2015 Share Posted March 18, 2015 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 More sharing options...
motion2082 Posted April 29, 2015 Share Posted April 29, 2015 Im having the same issue 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