Forums

Chrono Forms Plugin not working

Tyharo 27 Jun, 2014
Hello,

I've been using chrono forms a while now and just recent wanted to add a form to an article so I installed the chronoforms plugin V4 J3. Once I installed, enabled, and added the chronoform tags to an article I got the following error:

Fatal error: Class 'JParameter' not found in /mnt/data/vhosts/casite-570230.cloudaccess.net/httpdocs/components/com_chronoforms/libraries/chronoform.php on line 82

I've googled the issue and have tried adding jimport( 'joomla.html.parameter' ); to the beginning of the chronoform.php file but it was already there. Any ideas on why I might be getting this error?
Max_admin 27 Jun, 2014
1 Likes
Hi Tyharo,

Do you have the latest v4 update of the component and and plugin ?

Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Tyharo 27 Jun, 2014
Thanks for the Response Max. Yes both chronoforms and the plugin are the latest versions.
Max_admin 27 Jun, 2014
Please clear the website cache or disable it ?

What do you get in the article ? you get the chronoforms tag or nothing at all ?
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Tyharo 27 Jun, 2014
I've tried to disable and re-enable the plugin. all that is in the article is the chronoforms tag ({chronoforms}Testing_Form{/chronoforms}) and all that i get when viewing the page is a white page with the error in black text.
GreyHead 28 Jun, 2014
Hi Tyharo,

I strongly suspect that you do not have the latest version of CFv4 for Joomla! 3. In my version line 82 no longer refers to Jparameter:
$this->form_params = new JCFParameter($form->params);	

Bob
Tyharo 30 Jun, 2014
Sorry for the delayed response, I checked my extension manager and there are no updates listed for ChronoForms, I also went into the ChronoForms component and applied updates but still no luck.

Here is the code for the following lines, line 82 is a comment for me for some reason :
81) $this->form_params = new JParameter($form->params);
82) //load actions
83) $query = "SELECT * FROM `#__chronoform_actions` WHERE `chronoform_id` = '".$form->id."' ORDER BY `order`";
GreyHead 30 Jun, 2014
Answer
1 Likes
Hi Tyharo,

Please go to the Download page here and download and install the latest version of ChronoForms v4 for Joomla! 3

You will not find ChronoForms updates in the Joomla! extension manager.

Bob
Tyharo 30 Jun, 2014
I installed both the module and competent and now it works like a dream! Thank you very much, you were a great help!
This topic is locked and no more replies can be posted.