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?
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?
Hi Tyharo,
Do you have the latest v4 update of the component and and plugin ?
Regards,
Max
Do you have the latest v4 update of the component and and plugin ?
Regards,
Max
Thanks for the Response Max. Yes both chronoforms and the plugin are the latest versions.
Please clear the website cache or disable it ?
What do you get in the article ? you get the chronoforms tag or nothing at all ?
What do you get in the article ? you get the chronoforms tag or nothing at all ?
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.
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:
Bob
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
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`";
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`";
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
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
This topic is locked and no more replies can be posted.