Please first make a selection from the list
From Joomla! Documentation
(Difference between revisions)
Dextercowley (Talk | contribs) m (minor grammar) |
m (heading reduction as for FAQ inclusion DPL test) |
||
| (6 intermediate revisions by 3 users not shown) | |||
| 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. |
| − | == | + | ===Temporary Workaround=== |
| − | + | ||
| − | + | ||
| − | + | Install the plugin from this forum item [http://forum.joomla.org/viewtopic.php?f=625&t=691865] | |
| − | + | ||
| − | [[Category:Version 2.5 FAQ]] | + | ===Extension Developers=== |
| − | [[Category:Version 2.5.0 FAQ]] | + | 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 | ||
| + | |||
| + | <noinclude>[[Category:Version 2.5 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