Hi, when I try to use JA Accordion module in article (Template: Ja_landscape) I have a message: Error 500:behavior::framework not found. Is anyone had same problem? Is anyone could help me to fix it?
T4 System, version 2.2.3 ja_landscape, version 2.0.0 JA Accordion, version 2.6.2
marwach Hi
I updated this file on your site: ROOT//modules/mod_jaaccordion/ja_accordion.php
change line 19: JHtml::_('behavior.framework', true);
JHtml::_('behavior.framework', true);
to:
if(version_compare(JVERSION, '4', 'lt')){ JHtml::_('behavior.framework', true); }
Thank you very much for your help, one line changed everything. The module is now working properly. You are great!
You're welcome 🙂