Hi there.
I've a problem with the ReCaptcha plugin. My form works fine, but when i enable the recaptcha plugin the
form fails to load with this errormessage:
Fatal error: Undefined class name 'self' in <snip>/components/com_chronocontact/plugins/cf_recaptcha.php on line 182
Any idea on this?😑
Using joomla 1.5.11 (.12 broke TinyMCE..) and ChronoForms 3.1 RC5.3
I've a problem with the ReCaptcha plugin. My form works fine, but when i enable the recaptcha plugin the
form fails to load with this errormessage:
Fatal error: Undefined class name 'self' in <snip>/components/com_chronocontact/plugins/cf_recaptcha.php on line 182
Any idea on this?😑
Using joomla 1.5.11 (.12 broke TinyMCE..) and ChronoForms 3.1 RC5.3
Hi Namikon,
Which PHP version are you running? Is this a PHP 4 problem? If so, I'll create a fixed version of the plugin.
Bob
Which PHP version are you running? Is this a PHP 4 problem? If so, I'll create a fixed version of the plugin.
Bob
phpinfo tells me "PHP Version 4.4.9"
I can pm you the link to the entire phpinfo if you need it
I can pm you the link to the entire phpinfo if you need it
Hi Namikon,
Please test the attached version of cf_recaptcha.php - unzip and copy the cf_recaptcha.php file to the components/com_chronocontact/plugins folder (you can rename the current file to cf_recaptcha.php.old to keep it as a backup if you like).
The only changes from the version in the current release are that I've replaced 'self' with the class-name 'cf_recaptcha' as the self:: syntax isn't supported in PHP 4.
Bob
Please test the attached version of cf_recaptcha.php - unzip and copy the cf_recaptcha.php file to the components/com_chronocontact/plugins folder (you can rename the current file to cf_recaptcha.php.old to keep it as a backup if you like).
The only changes from the version in the current release are that I've replaced 'self' with the class-name 'cf_recaptcha' as the self:: syntax isn't supported in PHP 4.
Bob
This topic is locked and no more replies can be posted.
