JValenzuela Posted November 16, 2012 Share Posted November 16, 2012 Buenas, Alguien sabe si hay algún módulo de FAQ disponible para la 1.5.x? Link to comment Share on other sites More sharing options...
wichomaster Posted December 28, 2012 Share Posted December 28, 2012 Tambien estoy super interesado saludos Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted December 29, 2012 Share Posted December 29, 2012 El modulo este: http://www.prestashop.com/forums/topic/33081-free-faq-module-v10/ Revisar esto: http://www.prestashop.com/forums/index.php?/topic/33081-free-faq-module-v10/page__view__findpost__p__981099 I found a workaround for FAQ module 1.4.3. and PS 1.5.1 Change line 113 in faq.php file : From : if (!Db::getInstance()->Execute('INSERT INTO '._DB_PREFIX_.'faq VALUES ()') OR !$lastId = mysql_insert_id()) to : if (!Db::getInstance()->Execute('INSERT INTO '._DB_PREFIX_.'faq VALUES ()') OR !$lastId = (int)Db::getInstance()->Insert_ID()) And it works ! (Por lo que se ve en los ultimos post con la ayuda de los usuarios lo han puesto funcional) Link to comment Share on other sites More sharing options...
Recommended Posts