re-captcha was working, now its not
Permalink
The other day I put the attached files in my \helpers\validation folder to replace the standard captcha with re-captcha, and it was working fine. However, I come back to it today and I'm getting this error:
Fatal error: Cannot redeclare class ValidationCaptchaHelper in C:\...local path...\USBWebserver\root\concrete5\helpers\validation\captcha.php on line 23
How can I tell where it's already being declared?
Fatal error: Cannot redeclare class ValidationCaptchaHelper in C:\...local path...\USBWebserver\root\concrete5\helpers\validation\captcha.php on line 23
How can I tell where it's already being declared?
EDIT: Don't worry, figured it out - it's coz I'm copying my site to/from a thumb drive and forgot about the core captcha.php at some point ...