Joomla 3.1.1 & Chronoforms plugin

rl rlab 21 Jun, 2013
Hi,

I have a Joomla 3.1.1 site with Chronoforms V4 Stable and plugin V4RC3.5.3 installed and enabled.

I have an article Contact Us with a menu item to it. I can go to the Contact Us page without a problem. If I then add the following code to the bottom of the article:
{chronoforms}ContactForm{/chronoforms}
I no longer can get to the contact page, I get a 500 error with the error message:

JHtmlBehavior::mootools not found.

Any idea how to fix this issue?

Thank you.
Gr GreyHead 22 Jun, 2013
Hi rlab,

I can't replicate this problem. I'm using the same versions of Joomla!, ChronoForms and the ChronoForms plug-in as you and see no errors.

The cause of the error is that the old Joomla! 2.5 code JHtmlBehavior::mootools() was removed from Joomla! 3 and replaced by JHtml::_('behavior.framework'); or JHtml::_('behavior.framework', true);

What I don't know is where this code is being used. It isn't in the ChronoForms plug-in and presumably not in the form either if that works without the plug-in.

I suggest that you set site Error Reporting to Maximum temporarily to see if you see a more helpful error message.

Bob
rl rlab 24 Jun, 2013
Hi,

Found the problem. I had older versions of the V4 addons, in particular the Show HTML GH addon. When I updated it, the problem went away.

Thank you.
This topic is locked and no more replies can be posted.