Please first make a selection from the list
From Joomla! Documentation
(Difference between revisions)
AmyStephen (Talk | contribs) (→Temporary Workaround) |
AmyStephen (Talk | contribs) m (→Temporary Workaround) |
||
| Line 5: | Line 5: | ||
==Temporary Workaround== | ==Temporary Workaround== | ||
| − | + | Install the plugin from this forum item [http://forum.joomla.org/viewtopic.php?f=625&t=691865] | |
==Extension Developers== | ==Extension Developers== | ||
Revision as of 13:37, 28 January 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