Please first make a selection from the list
From Joomla! Documentation
(Difference between revisions)
AmyStephen (Talk | contribs) m (→Extension Developers) |
m (→Patch: clean up categories with <noinclude> tags) |
||
| Line 13: | Line 13: | ||
A [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=27880 patch has been created] to fix the backwards compatibility in 2.5.1 | A [http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=27880 patch has been created] to fix the backwards compatibility in 2.5.1 | ||
| − | [[Category:Version 2.5 FAQ]] | + | <noinclude>[[Category:Version 2.5 FAQ]] |
| − | [[Category:Version 2.5.0 FAQ]] | + | [[Category:Version 2.5.0 FAQ]]</noinclude> |
Revision as of 17:10, 1 September 2012
This error message manifests on Administrator Forms for many non-core extensions even when an item has been selected.
This backwards compatibility error will be fixed in core for 2.5.1.
Temporary Workaround
Install the plugin from this forum item [1]
Extension Developers
To address this problem now so that your users do not have to wait for a core fix, update your Administrator forms and change name="adminForm" to id="adminForm". If backwards compatibility is required, simply use both values in the form definition. In future releases, Joomla will only support id="adminForm"
Patch
A patch has been created to fix the backwards compatibility in 2.5.1