J3.x

Editing module shows module XML data not available: Difference between revisions

From Joomla! Documentation

Tom Hutchison (talk | contribs)
m <noinclude>
Cmb (talk | contribs)
Some markup changes.
 
Line 3: Line 3:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
Some modules installed in Joomla 3.4 and higher (that previously worked in Joomla 3.3.6) show an error when attempting to edit
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 reported== <!--T:2-->
== Errors Reported == <!--T:2-->
"Module XML data not available" when going to edit module (with no fields appearing)
''Module XML data not available'' when going to edit module (with no fields appearing).
</translate>
</translate>


<translate>
<translate>
== Versions affected == <!--T:7-->
== 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 cause== <!--T:4-->
== 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 fix== <!--T:5-->
== How to Fix == <!--T:5-->
Ensure the module element e.g.
Ensure the module element
</translate>  
</translate>  


Line 33: Line 33:


<translate><!--T:8-->
<translate><!--T:8-->
has no capital letters in (as well as the appropriate XML file).</translate>
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

General Information

This pertains only to Joomla! version(s):- 3.4 and higher

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).