Zakir Hussain
Zakir Hussain
yes I have it installed already. Thanks for a fast response. I think the issue seems to be with php 7.4.2 version GD extension when I Installed it from cpanel....
add this code into any of your service provider boot method ``` Validator::replacer('cs_captcha_validate', function($message, $attribute, $rule, $parameters) { return sprintf('Recaptcha Invalid', $attribute); }); ``` here cs_captcha_validate is the input field
Those who are still struggling with this can do this small change in file ``` vendor/bes/mobiledetect-twig-extension/src/Bes/Twig/Extension/MobileDetectExtension.php ``` update the extend class ``` class MobileDetectExtension extends \Twig\Extension\AbstractExtension { ``` and update...
Well the issue came due to ModSecurity and once I disable it on the server then all went fine ! Thankyou for your time @daftspunk