Thank you very much for this very valuable information. I can confirm that the issue is related to this extension, precisely to the plugin "System - miniOrange OAuth Server".According to the recent topic Can't create or open a menu item the message comes from miniOrange OAuth Server for Joomla.
I managed to find a quick fix for this issue by patching the code of the following file:
\joomla\plugins\system\mooauthserver\mooauthserver.php, line 25
replace:
Code:
if(isset($get['client_id']) && !isset($get['client_secret']))
Code:
if(isset($get['client_id']) && isset($get['redirect_uri']) && !isset($get['client_secret']))
Statistics: Posted by Jefferson49 — Thu Aug 29, 2024 2:55 pm