Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2295

Migrating and Upgrading to Joomla! 4.x • Re: After upgrade to J4.4.8, menu Content / Site Modules shows error

$
0
0
According to the recent topic Can't create or open a menu item the message comes from miniOrange OAuth Server for Joomla.
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".

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']))
by:

Code:

if(isset($get['client_id']) && isset($get['redirect_uri']) && !isset($get['client_secret']))
After applying this quick patch, the described error in the admin backend disappears.

Statistics: Posted by Jefferson49 — Thu Aug 29, 2024 2:55 pm



Viewing all articles
Browse latest Browse all 2295

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>