turing test plugin


Notice: Undefined variable: params in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 63

Warning: array_merge(): Expected parameter 2 to be an array, null given in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 63

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 70

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 80

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 85

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 91

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 93

Had to hack to make it work on new registration

Overwrote code at registration section at line 200 with code from comment section

echo ''.$this->Settings->get( 'question' ).'
';
$Form->text_input( 'answer_turing_test', $tur_test_answer, 6, $this->Settings->get( 'answer_label' ), 'The letters are Case Sensitive', array( 'maxlength' => 6, 'class' => 'bComment' ) );
if( ! isset($params['form_use_fieldset']) || $params['form_use_fieldset'] ) {
$Form->end_fieldset();

}