Difference between revisions of "Please first make a selection from the list"

From Joomla! Documentation

(Created page with "A number of third party extension show this message when trying to select an item from the list to perform an action. This is caused by a change of the platform between Beta1 an...")
 
m (heading reduction as for FAQ inclusion DPL test)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A number of third party extension show this message when trying to select an item from the list to perform an action.
+
This error message manifests on Administrator Forms for many non-core extensions even when an item has been selected.  
  
This is caused by a change of the platform between Beta1 and Beta2 and was not noticed by extension developers in Beta2 and RC releases. This change breaked the backwards compatibility for selecting the items in the list.
+
This backwards compatibility error will be fixed in core for 2.5.1.
  
==Workaround==
+
===Temporary Workaround===
* Ask the extension developer to release a new version, or<br>
 
* Install the plugin from this forum item [http://forum.joomla.org/viewtopic.php?f=625&t=691865]
 
  
==Fix==
+
Install the plugin from this forum item [http://forum.joomla.org/viewtopic.php?f=625&t=691865]
A patch has been created to fix the backwards compatibility in 2.5.1
 
  
[[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.

Temporary Workaround[edit]

Install the plugin from this forum item [1]

Extension Developers[edit]

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[edit]

A patch has been created to fix the backwards compatibility in 2.5.1