Code:
614 if (!$resp->is_valid)
615 {
616 $userdata->error('register_imagecheck');
617 }
618 }
with that code in, i get a call to member function error on line 616
if I remove the ! before the $resp in register.php i can actually get the reCapcha image box to pop up, however, it says my email has been banned and that the words i typed in were spelled wrong...and no they were not spelled wrong all 30+ times and different word variations I have tried of this.
ideas?
so far, this is the first thing i've never got to work on vB..hope it's a simple fix because i could really use it.
also, as a side note...per the instructions the below code was never found in my original register.php file
Code:
'imagestamp' => TYPE_STR,
'imagehash' => TYPE_STR,