No Code Attached Yet
avatar toivo
toivo
5 Nov 2025

Environment

Newly installed Joomla 6.0.0

How To Test

Go to System Dashboard - Manage - Plugins.
Check the status of the plugin 'Behaviour - Backward Compatibility 6' and make sure it is enabled.
Go to System Dashboard - Information - System Information.
Check the setting 'Joomla Backward Compatibility Plugin'.

Expected Result

Enabled

Actual Result

Disabled

Resolution

Line 317 of administrator/components/com_admin/src/Model/SysinfoModel.php in Joomla 6.0.0 is identical in Joomla 5.4.0:

       'compatpluginenabled'    => PluginHelper::isEnabled('behaviour', 'compat'),

Change the folder from compat to compat6:

       'compatpluginenabled'    => PluginHelper::isEnabled('behaviour', 'compat6'),

Report

First reported by @gws in the Joomla! Forum topic backwards compatability plugin

avatar toivo toivo - open - 5 Nov 2025
avatar toivo toivo - change - 5 Nov 2025
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 5 Nov 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 5 Nov 2025
avatar brianteeman
brianteeman - comment - 5 Nov 2025

Confirmed

avatar brianteeman
brianteeman - comment - 5 Nov 2025

Please test #46410 (a little bit more than the reported solution to ensure that the plugin values are disabled as well as its state)

avatar richard67 richard67 - change - 5 Nov 2025
Status New Closed
Closed_Date 0000-00-00 00:00:00 2025-11-05 13:17:30
Closed_By richard67
avatar richard67 richard67 - close - 5 Nov 2025
avatar richard67
richard67 - comment - 5 Nov 2025

Closing as having a pull request. See #46410 .

Add a Comment

Login with GitHub to post a comment