Closed (fixed)
Project:
reCAPTCHA
Version:
6.x-1.1
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2009 at 03:58 UTC
Updated:
13 May 2009 at 18:30 UTC
Jump to comment: Most recent
I'm getting the following error when running cron, both manually and on a schedule:
Fatal error: Call to undefined function recaptcha_get_html() in /home/xxx/public_html/xxx/includes/common.inc(1645) : eval()'d code on line 1866
This even happens when the module is disabled and even deleted from the modules directory.
Any advice?
Comments
Comment #1
Anonymous (not verified) commentedTry putting it back in the modules directory, disabling it and then going to 'uninstall' under modules. Does that act any differently?
Comment #2
tommyk commentedWe finally solved the problem by deleting calls to reCAPTCHA manually from the database.
reCAPTCHA seemed to not uninstall correctly and left some things hanging around. It was corrupting all the nodes with email addresses in them.
We're not sure exactly what went wrong, so I'm not sure we can help anyone else out in the future.