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?
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?
Fixed it: In curl_gh.php I commented out line 40 to read like this:
//echo'<div>$curlopts: '.print_r($curlopts, true).'</div>';
//echo'<div>$curlopts: '.print_r($curlopts, true).'</div>';
Hi drummerjoe,
My apologies, more stray debug code :-(
I'll update the files in the morning.
Bob
My apologies, more stray debug code :-(
I'll update the files in the morning.
Bob
This topic is locked and no more replies can be posted.
