Editing module shows module XML data not available: Difference between revisions
From Joomla! Documentation
m <noinclude> |
Some markup changes. |
||
Line 3: | Line 3: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
Some modules installed in Joomla 3.4 and higher (that | Some modules installed in Joomla 3.4 and higher (that worked in Joomla 3.3.6) show an error when attempting to edit. | ||
</translate> | </translate> | ||
<translate> | <translate> | ||
==Errors | == Errors Reported == <!--T:2--> | ||
''Module XML data not available'' when going to edit module (with no fields appearing). | |||
</translate> | </translate> | ||
<translate> | <translate> | ||
== Versions | == Versions Affected == <!--T:7--> | ||
</translate> | </translate> | ||
<!--refers to and other information below --> | <!--refers to and other information below --> | ||
Line 19: | Line 19: | ||
<translate> | <translate> | ||
==What is the | == What is the Cause? == <!--T:4--> | ||
Modules that have capital letters in their elements are now forced to lowercase during module installs (as a result of some standardisation in the installer). This results in case sensitive systems with the XML file being unable to be found. | Modules that have capital letters in their elements are now forced to lowercase during module installs (as a result of some standardisation in the installer). This results in case-sensitive systems with the XML file being unable to be found. | ||
</translate> | </translate> | ||
<translate> | <translate> | ||
==How to | == How to Fix == <!--T:5--> | ||
Ensure the module element | Ensure the module element | ||
</translate> | </translate> | ||
Line 33: | Line 33: | ||
<translate><!--T:8--> | <translate><!--T:8--> | ||
has no capital letters | has no capital letters (as well as the appropriate XML file).</translate> | ||
<noinclude> | <noinclude> |
Latest revision as of 23:10, 13 August 2022
Joomla!
3.4.0
Some modules installed in Joomla 3.4 and higher (that worked in Joomla 3.3.6) show an error when attempting to edit.
Errors Reported
Module XML data not available when going to edit module (with no fields appearing).
Versions Affected
What is the Cause?
Modules that have capital letters in their elements are now forced to lowercase during module installs (as a result of some standardisation in the installer). This results in case-sensitive systems with the XML file being unable to be found.
How to Fix
Ensure the module element
<filename module="mod_articles_category">mod_articles_category.php</filename>
has no capital letters (as well as the appropriate XML file).