SOLVED: $curlopts: Appears after form is submitted

drummerjoe 28 Jun, 2011
I am using Chronoforms V4 RC 1.9 for Joomla 1.5 (J1.5_V4_RC1.9).

I am using Captcha, Auto Server Side Validation, E-mail, Curl [GH], thanks message as On Submit actions. Everything works fine - captcha and other fields validate, the e-mail gets sent, the Curl posts to my database properly and the thank you message appears.

However, right above the thank you message, the word $curlopts: appears. I have not specified any special "CURL options" in the Curl [GH] action. How do I get rid of this message?
drummerjoe 28 Jun, 2011
Fixed it: In curl_gh.php I commented out line 40 to read like this:

//echo'<div>$curlopts: '.print_r($curlopts, true).'</div>';
GreyHead 28 Jun, 2011
Hi drummerjoe,

My apologies, more stray debug code :-(

I'll update the files in the morning.

Bob
GreyHead 29 Jun, 2011
Hi drummerjoe,

I checked the current version and the line appears to have been removed from that. You might want to update in case anything else has been fixed.

The latest versions are here

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