I switched to questyCaptcha and am now seeing errors such as:
Catchable fatal error: Object of class WebRequest could not be converted to string in/var/www/elinux.org/extensions/ConfirmEdit/QuestyCaptcha.class.php on line 14
Here's the function causing this: function keyMatch( $answer, $info ) { return strtolower( $answer ) == strtolower( $info['answer'] ); }
Has anyone else seen errors with questyCaptcha? What would cause the conversion error in this case?
Thanks Bill