Please first make a selection from the list
From Joomla! Documentation
(Difference between revisions)
AmyStephen (Talk | contribs) m (→Temporary Workaround) |
m (heading reduction as for FAQ inclusion DPL test) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
This backwards compatibility error will be fixed in core for 2.5.1. | This backwards compatibility error will be fixed in core for 2.5.1. | ||
| − | ==Temporary Workaround== | + | ===Temporary Workaround=== |
Install the plugin from this forum item [http://forum.joomla.org/viewtopic.php?f=625&t=691865] | Install the plugin from this forum item [http://forum.joomla.org/viewtopic.php?f=625&t=691865] | ||
| − | ==Extension Developers== | + | ===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== | + | ===Patch=== |
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> |
Latest revision as of 23:20, 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.
[edit] Temporary Workaround
Install the plugin from this forum item [1]
[edit] 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"
[edit] Patch
A patch has been created to fix the backwards compatibility in 2.5.1