Author |
|
wbenkhoud Groupie
Joined: 16 July 2019 Location: Tunisia
Online Status: Offline Posts: 50
|
Posted: 10 January 2020 at 1:15am | IP Logged
|
|
|
Hello,
I have error using captcha
[Fri Jan 10 10:12:05.408576 2020] [:error] [pid 7156] PHP Fatal error: Call to undefined method Aurora\\System\\EventEmitter::onArray() in /var/www/html/modules/RecaptchaWebclientPlugin/Module.php on line 26
Help please
Best regards,
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 10 January 2020 at 1:19am | IP Logged
|
|
|
Hello,
To correct the issue, edit modules/RecaptchaWebclientPlugin/Module.php file, replace line:
Code:
\Aurora\System\EventEmitter::getInstance()->onArray( |
|
|
with:
Code:
\Aurora\System\EventEmitter::getInstance()->onAny( |
|
|
We hope this helps.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
wbenkhoud Groupie
Joined: 16 July 2019 Location: Tunisia
Online Status: Offline Posts: 50
|
Posted: 10 January 2020 at 1:47am | IP Logged
|
|
|
Good, it works!
Thank you.
|
Back to Top |
|
|