You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in core/components/formit/src/FormIt/Request.php line 85
if (!empty($this->reCaptcha) && $this->reCaptchainstanceof Recaptcha) {
$this->reCaptcha->render($this->config);
If I understood correctly, $ this-> reCaptcha should be instanceof RecaptchaService (or FormItReCaptcha).
The render method is also in the RecaptchaService class.
Moreover, there is no Sterc\FormIt\Service\Recaptcha class. There is only a Sterc\FormIt\Hook\Recaptcha class.
From error log: (ERROR @ /var/www/core/components/formit/src/FormIt/Request.php : 88) [FormIt] Could not load FormItReCaptcha service class.