No Code Attached Yet bug
avatar techfry
techfry
28 Oct 2022

Steps to reproduce the issue

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

Expected result

The method getHttp() should be static.

Actual result

System information (as much as possible)

Additional comments

All external requests using OAuth 2.0 has stopped due to this error.

avatar techfry techfry - open - 28 Oct 2022
avatar techfry techfry - change - 28 Oct 2022
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 28 Oct 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 28 Oct 2022
avatar ReLater
ReLater - comment - 28 Oct 2022

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

avatar wilsonge
wilsonge - comment - 1 Nov 2022

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

avatar sergeytolkachyov
sergeytolkachyov - comment - 19 Nov 2022

I had the same problem. Need in this fix too

avatar sergeytolkachyov
sergeytolkachyov - comment - 19 Nov 2022

In which version of Joomla will this bug fix appear?

avatar korenevskiy
korenevskiy - comment - 22 Nov 2022
avatar Hackwar Hackwar - change - 22 Feb 2023
Labels Added: bug
avatar Hackwar Hackwar - labeled - 22 Feb 2023
avatar Hackwar Hackwar - change - 26 Aug 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-08-26 09:32:48
Closed_By Hackwar
avatar Hackwar Hackwar - close - 26 Aug 2023
avatar Hackwar
Hackwar - comment - 26 Aug 2023

PR #41455 should fix these issues, thus closing this issue. Thank you for your work and time.

Add a Comment

Login with GitHub to post a comment