Jump to content

Modulo FAQ Ps1.5


JValenzuela

Recommended Posts

  • 1 month later...

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...