Error connecting to Connector in Joomla 5 #891
-
Hoping for some insight due to the obscure nature of the issue (site setup is unable to provide details without debug). The site is on Joomla 5. Turned on debug in Global Config and believe I captured a relevant event in logs/everything.php that occurred immediately upon clicking save: 2025-02-09T19:58:24+00:00 INFO 74.208.58.182 tokenfailure Authentication failed Result from enabling debug in Panopticon System Config when trying to save site:HTTP Status 500 HTTP Body HTTP HEADERS Content-Type Transfer-Encoding Connection x-frame-options referrer-policy cross-origin-opener-policy X-Powered-By Expires Cache-Control Pragma Last-Modified cf-cache-status Report-To NEL Server CF-RAY server-timing
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As per the backtrace, the problem is the third party plugin Side note: this is literally the first troubleshooting step I have documented. Please read it, and do contact the plugin's developer. The mistake they are doing is that they are trying to access the Joomla menu which WILL NOT work on the Api or CLI application, thus breaking Joomla. The blog post I have linked to will tell them what they need to do. |
Beta Was this translation helpful? Give feedback.
As per the backtrace, the problem is the third party plugin
Plg_System_InlineContent
.Side note: this is literally the first troubleshooting step I have documented. Please read it, and do contact the plugin's developer. The mistake they are doing is that they are trying to access the Joomla menu which WILL NOT work on the Api or CLI application, thus breaking Joomla. The blog post I have linked to will tell them what they need to do.