Error Message
- Deon R Warrin
- Newbie
- Posts: 5
- Joined: Sat Sep 24, 2022 6:30 pm
Error Message
Fatal error: Declaration of Plugin\GoogleAuth\Authentication::getLoginGUI() must be compatible with PluginAuthenticationWithRedirectInterface::getLoginGUI($redirect = '') in /home2/talenud8/public_html/plugins/GoogleAuth/Authentication.php on line 26
Re: Error Message
- Deon R Warrin
- Newbie
- Posts: 5
- Joined: Sat Sep 24, 2022 6:30 pm
Re: Error Message
talentstudio.co.za PHP 7.4 (ea-php74)
Re: Error Message
In /plugins/GoogleAuth/Authentication.php
find
Code: Select all
public static function getLoginGUI()Code: Select all
public static function getLoginGUI($redirect = '')- Deon R Warrin
- Newbie
- Posts: 5
- Joined: Sat Sep 24, 2022 6:30 pm
Re: Error Message
Applied the fix first. I did not work.
Then I tried the downgrade to php 7.3. I get this error message:
This page isn’t workingtalentstudio.co.za is currently unable to handle this request.
HTTP ERROR 500
Is there any way I can get to the dashboard to deactivate the GoogleAuth plugin?
Re: Error Message
Error 500 hides an error message, you must find it in the web server logs and provide it.
- Deon R Warrin
- Newbie
- Posts: 5
- Joined: Sat Sep 24, 2022 6:30 pm
Re: Error Message
In /plugins/GoogleAuth/Authentication.php
Fatal error: Declaration of Plugin\LinkedinAuth\Authentication::getLoginGUI() must be compatible with PluginAuthenticationWithRedirectInterface::getLoginGUI($redirect = '') in /home2/talenud8/public_html/plugins/LinkedinAuth/Authentication.php on line 28
Re: Error Message
You should apply the same fix to In /plugins/LinkedinAuth/Authentication.php too.
- Deon R Warrin
- Newbie
- Posts: 5
- Joined: Sat Sep 24, 2022 6:30 pm

