Howdy,
Getting this error on a project, been a while since I've hit this wall and can't remember what I did to fix it:
Fatal error: Class 'PhpCaptchaField' not found in /Users/novaweb/Sites/SilverStripe/mysite/code/LoginPage.php on line 34
I have:
- Set all permissions to 755, except assets (777) and .htaccess / mysite/_config.php (666)
- run ?flush=1
- made a silverstripe-cache directory (777)
- checked and double checked PhpCaptchaField exists and that the file name matches the class name
Stumped....