Backend -> Extensions -> Manage -> Manage
Search Tools -> Third search field is missing
A search dropdown für types
No search dropdown für types, just an empty field
Tested on PHP 5.6 and 7.0
Joomla 3.8.10
Labels |
Added:
?
|
Something is inconsistent here. It's missing on a live site. I have it on my local git clone.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-06-26 20:56:10 |
Closed_By | ⇒ | mbabker |
Fixed with direct commit of 8383f60
There used to be a differently purposed JFormFieldType
in com_installer that was removed between 2.5 and 3.0. The file ended up back in the deleted files list after rebuilding it. So the file is being deleted from sites during the post-update processing.
how to fix this issue???
Base on the commit, you can get this file https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_installer/models/fields/type.php , and upload it to administrator/components/com_installer/models/fields folder to get the issue sorted
confirmed issue
Thank you @brianteeman for your oh so nice and kind reaction... Your precious commenting is duly noted! Keep on the good interaction..Great!
Tested by re-creating the deleted file /administrator/components/com_installer/models/fields/type.php as suggested by @joomdonation. Tested OK.
Fix works! thanks a lot to you guys :-)
Confirmed