User tests: Successful: Unsuccessful:
Pull Request for Issue #46392 .
This pull request (PR) adds the missing "removed_asset" parameter for the "Behaviour - Backward Compatibility" plugin for Joomla 5 (plg_behaviour_compat) to the installation SQL script "base.sql" for new installations, and it adds a new update SQL script for each database type to add that parameter if it's missing when updating from 5.4.0.
This fixes the mentioned issue, which happens on a new installation of 5.4.0 or a site updated to that version when the plugin parameters haven't been touched and the plugin has only been disabled, and there is a 3rd party extension which requires that parameter to be enabled because it loads some of the removed CSS or JS assets.
I have to verify if that really fixes the issue, and have to add testing instructions.
As long as that's not done I will leave this PR in draft status.
Will be added soon.
Will be added soon.
Will be added soon.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | SQL Administration com_admin Postgresql Installation |
| Title |
|
||||||
| Title |
|
||||||
| Status | Pending | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-11-01 11:55:14 |
| Closed_By | ⇒ | richard67 | |
| Labels |
Added:
bug
PR-5.4-dev
|
||
Closing as that PR is not really needed. The plugin handles the missing parameter well by using the right default value. There must have been something else gone wrong for getting the referred issue.