troyrob Posted October 17, 2013 Share Posted October 17, 2013 Hey guys, when i click on certain customer accounts, i get the following error: Prestashop 1.5.6 Any ideas? [PrestaShopException]Invalid product varsat 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. else103. throw new PrestaShopException('Invalid product vars');104. }105.106. // Set available keywords107. $params = array();108. $params['id'] = $product->id; LinkCore->getProductLink - [line 640 - controllers/admin/AdminCustomersController.php] - [6 Arguments] Argument [0]Argument [1]Argument [2]Argument [3]Argument [4]Argument [5]1 AdminCustomersControllerCore->renderView - [line 1495 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->initContent - [line 182 - controllers/admin/AdminCustomersController.php] - [0 Argument] AdminCustomersControllerCore->initContent - [line 167 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 53 - admin2/index.php] - [0 Argument] Link to comment Share on other sites More sharing options...
motion2082 Posted April 29, 2015 Share Posted April 29, 2015 Did you solve this problem? Link to comment Share on other sites More sharing options...
Recommended Posts