Open File: /libraries/vendor/joomla/oauth2/src/Client.php
The Code On Line 77 : $http ?: HttpFactory::getHttp($this->options);
This method getHttp() is non static. So, error is coming.
Check Here: /libraries/vendor/joomla/http/src/HttpFactory.php
The method getHttp() should be static.
All external requests using OAuth 2.0 has stopped due to this error.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
I've patched these directly in joomla-framework/oauth2@1b47490 and joomla-framework/oauth1@2d7e335 - @nibra these will need releases and then pulling through into the cms code
I had the same problem. Need in this fix too
In which version of Joomla will this bug fix appear?
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-26 09:32:48 |
Closed_By | ⇒ | Hackwar |
Because these are vendor libraries I think your issue should go here
https://github.com/joomla-framework/http/tree/2.0-dev/src
and/or here
https://github.com/joomla-framework/oauth2/tree/2.0-dev/src