Closed (fixed)
Project:
reCAPTCHA
Version:
6.x-1.x-dev
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2013 at 21:43 UTC
Updated:
15 Jun 2015 at 22:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
liam morlandIf recaptcha_get_signup_url() does not exist, it means recaptchalib failed to load in the call to module_load_include() in _recaptcha_load_library() at the bottom of recaptcha.module. I don't know why that would happen. Check that the file "recaptcha-php-1.11/recaptchalib.php" exists inside the recaptcha module directory and is readable.
Try this patch. It should give a better error message instead of white screen when the library doesn't load.
Comment #2
liam morlandSorry, use this patch. The other had a deliberately broken library path for testing purposes.
Comment #3
liam morlandhttp://drupalcode.org/project/recaptcha.git/commitdiff/a008f74
Comment #4
liam morlandComment #8
hass commented