Please first make a selection from the list
From Joomla! Documentation
(Difference between revisions)
Dextercowley (Talk | contribs) (add link) |
AmyStephen (Talk | contribs) m |
||
| Line 1: | Line 1: | ||
| − | + | This error message manifests on Administrator Forms for many non-core extensions even when an item has been selected. | |
| − | This | + | This backwards compatibility error will be fixed in core for 2.5.1. |
| − | ==Workaround== | + | ==Temporary Workaround== |
| − | + | ||
| − | + | ||
| − | == | + | * Install the plugin from this forum item [http://forum.joomla.org/viewtopic.php?f=625&t=691865], or<br> |
| + | |||
| + | ==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 [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]] | [[Category:Version 2.5 FAQ]] | ||
[[Category:Version 2.5.0 FAQ]] | [[Category:Version 2.5.0 FAQ]] | ||
Revision as of 13:36, 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], or
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