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

Anonymous’s picture

Try putting it back in the modules directory, disabling it and then going to 'uninstall' under modules. Does that act any differently?

tommyk’s picture

Status: Active » Closed (fixed)

We 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.