soniagg79 Posted August 6, 2013 Share Posted August 6, 2013 (edited) Buenas, he econtrado el siguiente error en mi prestashop 1.4.9 en el panel de administración/catalogo/rastreo "Lista de los productos no disponibles con atributos: 3163 encontrado Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/midominio/public_html/classes/Product.phpon line 1869 " sabéis cómo se arregla? y si afecta a la indexación? Un saludo y gracias Edited August 6, 2013 by soniagg79 (see edit history) Link to comment Share on other sites More sharing options...
regalosbaratitos Posted August 17, 2013 Share Posted August 17, 2013 (edited) Hola me apunto a la misma pregunta ... sabéis cómo se arregla? y si afecta a la indexación? error_log [17-Aug-2013 02:10:24 Europe/Madrid] PHP Warning: array_key_exists() expects parameter 2 to be array, boolean given in /home/user/public_html/classes/Product.php on line 1869 Product.php line 1869 // Attribute price $attribute_price = Tools::convertPrice(array_key_exists('attribute_price', $result) ? (float)($result['attribute_price']) : 0, $id_currency); if ($id_product_attribute !== false) // If you want the default combination, please use NULL value instead $price += $attribute_price; Como lo hago para resolver, lo cierto es que antes no lo tenia Saludos Edited August 17, 2013 by regalosbaratitos (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts