<updateservers> blockhttps://technodrome.nasrpskom.com/updates/seriesgrid.xmlapplication/xml<element>mod_seriesgrid</element>, <type>module>, <client>site>, and <folder>mod_seriesgrid>Joomla should detect that the installed version is 3.0.0 and offer an update to 3.1.2 via the registered update server.
No update is shown. Joomla does not list the module in the Extensions Update view, even though all technical conditions are met.
#__extensions.manifest_cache)application/xmlThis may be a bug in how Joomla 5 handles module updates or parses update XML for modules. Any help or insight would be appreciated!
| Labels |
Added:
No Code Attached Yet
|
||
Solved!
The issue was caused by the <folder> element in the update XML. For modules, it must be empty — using <folder></folder> fixed everything. Joomla now detects the update correctly. Thanks to everyone who helped!
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-10-27 13:00:04 |
| Closed_By | ⇒ | Technodrome-SRB |
<targetplatform name="joomla" version="5.*"/>this should be
<targetplatform name="joomla" version="5.[1234]"/>There is no such element as
target