richard wrote > > > cmple wrote >> >> Matthew, >> >> ReCaptcha is now throwing the following error: >> Fatal error: Class 'Zend\Service\ReCaptcha\ReCaptcha' not found in >> /***/vendor/ZF2/library/Zend/Captcha/ReCaptcha.php on line 129 >> >> Any thoughts on that? >> >> Thanks!! >> Roman >> > > Zend\Service\ReCaptcha\ReCaptcha is Zend\Captcha\ReCaptcha in master > currently >
Richard, I can still see "Zend\Captcha\ReCaptcha" requiring the missing "Zend\Service\ReCaptcha\ReCaptcha" here: https://github.com/zendframework/zf2/blob/master/library/Zend/Captcha/ReCaptcha.php#L15 Thanks! -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/ZF2-Beta-5-Form-ReCaptcha-is-broken-tp4655745p4655921.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
