5.4
Both script files are executed.
Only the first one
Joomla 5
I discovered it, while installing multiple extensions in DPDocker. The fix is to replace the line 950 in the file libraries/src/Installer/InstallerAdapter.php from:
$manifestScriptFile = $this->parent->getPath('source') . '/' . $manifestScript;
to
$manifestScriptFile = $this->parent->getPath('extension_root') . '/' . $manifestScript;
The 'source' path was still pointing to the first installed plugin on the second one. I'm not sure how to correctly fix it, but this one worked.
| Labels |
Added:
bug
|
||
| Labels |
Added:
No Code Attached Yet
|
||
Closing ass we have a pr.
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-04-21 14:56:14 |
| Closed_By | ⇒ | laoneo |
Possibly related issues: #47536 and #41087 .