J3.x

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

From Joomla! Documentation

FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
Importing a new version from external source
Line 6: Line 6:
"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)


 
== Versions affected ==
<!--refers to and other information below -->
<!--refers to and other information below -->
{{refers_to|3.4 and higher}}
{{TTWP|refers_to|3.4 and higher}}


==What is the cause==
==What is the cause==

Revision as of 17:00, 1 March 2015

Some modules installed in Joomla 3.4 and higher (that previously 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 e.g.

<filename module="mod_articles_category">mod_articles_category.php</filename>

has no capital letters in (as well as the appropriate XML file).