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)

 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
On line 33 of the RecaptchaController.php change it from
function showInput()

to this
function showInput(array $customInputAttributes = Array)
Usernhfdy73 replied on at Permalink Reply
Nice.. Thanks! 👍
67072568252 replied on at Permalink Reply
67072568252
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 '('
MrKDilkington replied on at Permalink Reply
MrKDilkington
@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...
67072568252 replied on at Permalink Reply
67072568252
hi, do you mean the next release this fix is available?
MrKDilkington replied on at Permalink Reply
MrKDilkington
@67072568252

Yes, this should be fixed in the next release.
67072568252 replied on at Permalink Reply
67072568252
ok, good to know. thank you...
Dushka replied on at Permalink Reply
Dushka
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.
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
This is old news. We're now on 8.4.1.
https://www.concrete5.org/download...