RC 8.3.0
Permalink 1 user found helpful
I try update our 8.2.1 installion (replace root folder) and get error :
Declaration of Concrete\Package\EcRecaptcha\Src\Captcha\RecaptchaController::showInput() must be compatible with Concrete\Core\Captcha\CaptchaInterface::showInput(array $customInputAttributes = Array)
Declaration of Concrete\Package\EcRecaptcha\Src\Captcha\RecaptchaController::showInput() must be compatible with Concrete\Core\Captcha\CaptchaInterface::showInput(array $customInputAttributes = Array)
Nice.. Thanks! 👍
Seems this bug is stil there with RC 8.3.0 (candidate 2)
First i get this:
Declaration of Concrete\Package\EcRecaptcha\Src\Captcha\RecaptchaController::showInput() must be compatible with Concrete\Core\Captcha\CaptchaInterface::showInput(array $customInputAttributes = Array)
Then i change this
On line 33 of the RecaptchaController.php change it from
function showInput()
to this
function showInput(array $customInputAttributes = Array)
but now get error:
syntax error, unexpected ')', expecting '('
First i get this:
Declaration of Concrete\Package\EcRecaptcha\Src\Captcha\RecaptchaController::showInput() must be compatible with Concrete\Core\Captcha\CaptchaInterface::showInput(array $customInputAttributes = Array)
Then i change this
On line 33 of the RecaptchaController.php change it from
function showInput()
to this
function showInput(array $customInputAttributes = Array)
but now get error:
syntax error, unexpected ')', expecting '('
@67072568252
This has been fixed in the current development branch.
"Add specialized ConfigurableCaptchaInterface instead of changing captcha signatures "#6205
https://github.com/concrete5/concrete5/pull/6205...
This has been fixed in the current development branch.
"Add specialized ConfigurableCaptchaInterface instead of changing captcha signatures "#6205
https://github.com/concrete5/concrete5/pull/6205...
hi, do you mean the next release this fix is available?
@67072568252
Yes, this should be fixed in the next release.
Yes, this should be fixed in the next release.
ok, good to know. thank you...
Hello. Any idea when this release will be available? I just installed the block (1.1.1) and still get the error message mentioned above by 67072568252.
This is old news. We're now on 8.4.1.
https://www.concrete5.org/download...
https://www.concrete5.org/download...
to this