mikih57 Posted April 9, 2011 Share Posted April 9, 2011 Bonsoir,Je travail de puis quelques heure sur le Webservice, et au detours d'un Pomme+R quel ne fut pas ma surprise de voir tout à coup : [php Warning #2] array_key_exists() expects parameter 2 to be array, boolean given (/Applications/MAMP/htdocs/prestashop1.4/classes/Product.php, line 1809) Cette erreur corespond à (ligne 1809): $attribute_price = Tools::convertPrice(array_key_exists('attribute_price', $result) ? (float)($result['attribute_price']) : 0, $id_currency); en deroulant encore un peu (ligne 1786) $result = self::$_pricesLevel2[$cacheId2]; Un petit fix qui aurait mal tourné ?Mikael Link to comment Share on other sites More sharing options...
mikih57 Posted April 9, 2011 Author Share Posted April 9, 2011 Notons également que $_pricesLevel2 n'est déclaré nul part ... Link to comment Share on other sites More sharing options...
divers972 Posted April 30, 2012 Share Posted April 30, 2012 Dans ma version 1470 j'ai la même erreur depuis que je suis passé sur un dédié la solution a été trouvée ici, si ça peut aider : http://prestashopdeveloperstips.blogspot.fr/2012_03_01_archive.html 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