Thierry Création 33 Posted July 1, 2010 Posted July 1, 2010 Bonjour,je test sur une version 1.3.0.9 le "Flux RSS de produits v0.2" et je ne comprend pas pourquoi quand j'accède à la page du flux je n'ai aucun article ? (module activé)Est ce un bug de version ?le lien : http://easyrunning-toulouse.com/modules/feeder/rss.phpcelui la fonctionne (version antérieur... 1.2.5) http://bicyclestore.fr/modules/feeder/rss.phpMerci Share this post Link to post Share on other sites
ptidg 0 Posted July 15, 2010 Posted July 15, 2010 Même problème de mon côté, j'ai beau chercher, je ne trouve pas de solution... Share this post Link to post Share on other sites
Divine 395 Posted July 15, 2010 Posted July 15, 2010 Oui le module feeder de la version 1.3.1 semble avoir un bug.J'ai contourné en mettant une autre version de ce module. Share this post Link to post Share on other sites
PseT34 0 Posted September 28, 2010 Posted September 28, 2010 j'ai le même soucis en fait les produit sont présent dans le code source, mais le Flux n'est pas valide. Share this post Link to post Share on other sites
PseT34 0 Posted September 28, 2010 Posted September 28, 2010 Voici le correctif du fichier rss.php. if (is_array($image) AND sizeof($image)) echo "<img src=""._PS_BASE_URL_.__PS_BASE_URI__."img/p/".$image[0]['id_product']."-".$image[0]['id_image']."-small.jpg" title="".str_replace('&', '', $product['name'])."" alt="thumb" />"; Il faut ajouter un ; après le / & gt; if (is_array($image) AND sizeof($image)) echo "<img src=""._PS_BASE_URL_.__PS_BASE_URI__."img/p/".$image[0]['id_product']."-".$image[0]['id_image']."-small.jpg" title="".str_replace('&', '', $product['name'])."" alt="thumb" />"; Share this post Link to post Share on other sites
delstef 0 Posted October 1, 2010 Posted October 1, 2010 Voici le correctif du fichier rss.php.if (is_array($image) AND sizeof($image)) echo "<img src=""._PS_BASE_URL_.__PS_BASE_URI__."img/p/".$image[0]['id_product']."-".$image[0]['id_image']."-small.jpg" title="".str_replace('&', '', $product['name'])."" alt="thumb" />"; Il faut ajouter un ; après le / & gt; if (is_array($image) AND sizeof($image)) echo "<img src=""._PS_BASE_URL_.__PS_BASE_URI__."img/p/".$image[0]['id_product']."-".$image[0]['id_image']."-small.jpg" title="".str_replace('&', '', $product['name'])."" alt="thumb" />"; correctionbsr, il faut supprimer le & gt et laisser le ;A+ Share this post Link to post Share on other sites
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