Hi, I've tried installing your recaptcha add on but I'm getting errors. I followed the instructions and even changed captcha/recaptchalib.php to store/recaptchalib.php as that's my main store folder, so that the file path to recaptchalib.php is correct (i.e I hope that was correct...). It didn't work either with the default 'captcha/recaptchalib.php' path. Here's the error messages I'm getting:
Warning: main(store/recaptchalib.php) [function.main]: failed to open stream: No such file or directory in /homepages/**/*********/*****/store/create_account.php on line 508
Fatal error: main() [function.require]: Failed opening required 'store/recaptchalib.php' (include_path='.:/usr/lib/php') in /homepages/**/*********/*****/store/create_account.php on line 508
I can't see any errors on those lines so can't work out what is causing the problem.
The lines of code from lines 507-509 are:
td class="main"><?php echo SPAM_CODE; ?></td><td>
<?php require_once('store/recaptchalib.php');
$publickey = "*********************"; // you got this from the reCAPTCHAsignup page
Any help would be appreciated as I would really like to use this add on.