Forums

Bug in ChronoForms Plugin

datatonic 25 Jan, 2009
I have been running my site with Joomla error reporting in Global configuration set to maximum, whilst hunting out another problem in my Joomla site.

Whilst this setting was turned on I also noticed that any of my forms being displayed using the ChronoForms Content Plugin also threw this error


Notice: Undefined variable: posted in /var/www/vhosts/reallyeasyreader.com/httpdocs/plugins/content/chronocontact.php on line 135


I have had a look at the line in question that reads

		<?php if (($posted)&&($paramsvalues->captcha_dataload)){ ?>			


I am at a loss as to how to fix this.

This has no bearing on a site with Joomla error reporting in Global configuration set to system default.

I simply thought it should be mentioned as it may point to an underlying bug that is in need of attention.

Thanks

Ro.
GreyHead 25 Jan, 2009
Hi datatonic.

Hmmm . . . Max may know? That's the only mention of $posted in the file so I'm inclined to think that it's a leftover and the fix is to delete ($posted)&& but I'm far from certain.

Bob
Max_admin 25 Jan, 2009
Hi datatonic.

which plugin version you are using ?

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
datatonic 29 Jan, 2009
Hi Max,

The latest one 0.8/V3.0 Stable 20 Sep 2008

Thanks

Ro.
Max_admin 30 Jan, 2009
nice catch, after
global $mainframe;
we will need to add this line :
$posted = JRequest::get( 'post' , JREQUEST_ALLOWRAW );


Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
datatonic 31 Jan, 2009
Purely by chance, but thanks.

Shall implement it.

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