manifest.xml
instead of <extension_name>.xml
. According to the documentation (read it here) the manifest file of a component can be named manifest.xml
or <extension_name>.xml
.The following line in the code expects the manifext to be called <extension_name>.xml
and that you component declares it namespace tag in the manifest, otherwise it will not generate an entry in the namespace map and you'll end up wasting time.
joomla-cms/libraries/namespacemap.php
Line 215 in a94decc
manifest.xml
to the code.
@chmst Please don't treat this as a support request like last time. I think its a bug.
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-05-07 11:16:26 |
Closed_By | ⇒ | roland-d |
As the change has been documented now, I will close this issue.
@stephan-ansems Thank you for your findings.
I agree the docs should follow the code. As anybody can update the docs because it is a wiki, feel free to update the docs. We are all volunteers and try to help where we can.