Helix Ultimate Template Update Not Showing In Joomla Update Manager — Element Mismatch In Update XML - Question | JoomShaper

Celebrate JoomShaper's Sweet 16 with Flat 35% OFF!

Helix Ultimate Template Update Not Showing In Joomla Update Manager — Element Mismatch In Update XML

Davelia

Davelia

Helix Framework 2 weeks ago

Hi, The Helix Ultimate template update never appears in System → Update → Extensions. After investigating the database I found the cause: a mismatch between the element value in your update XML and the value registered in Joomla's #__extensions table. Your XML at https://www.joomshaper.com/updates/shaper-helixultimate.xml publishes: xml<element>helixultimate</element> But Joomla registers the installed template as shaper_helixultimate. When Joomla fetches the XML it cannot match both values, so it stores the update record in #__updates with extension_id = 0 and the update is never shown. Note: this site previously had a renamed Helix Ultimate copy installed, which may have contributed to the discrepancy. However any site where the template is registered as shaper_helixultimate will be affected. Suggested fix: change the element in your update XML to shaper_helixultimate to match the actual Joomla installation. Thanks.

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 weeks ago #225284

Hello,

Thank you for the detailed investigation and explanation.

We understand the concern regarding the mismatch between the <element> value published in the update XML and the value registered in Joomla’s #__extensions table.

From your findings, it appears that Joomla is unable to properly associate the update record with the installed template in your specific setup, which results in the update being stored with extension_id = 0 and therefore not appearing in the Extension Update list.

The previously renamed/custom Helix Ultimate installation may indeed have contributed to this behavior, since Joomla’s update matching process depends on the registered extension identifiers.

We appreciate you sharing the technical details and your suggested adjustment regarding the XML <element> value. We will forward your findings to the development team for further review and verification.

Best regards,

0