Search was performed with
Look-up in all files Key or Name: qty
All Files Look-ups: All Files - Catalog/Admin
File Type: .php
Case Sensitive: Unchecked
Resulted in:
htmlspecialchars(): Invalid multibyte sequence in argument in shop/admin/developers_tool_kit.php on line 190
with post data:
I will say that I have modified the developers_tool_kit.php file to remove the first option of None from the Look-up in all files Key or Name'sCode:stdClass Object ( [configuration_key] => qty [zv_files] => 1 [zv_filestype] => 1 )
All Files Look-ups drop down (Ie., bottom row of screen no longer has a drop down selection of None.)
The modification made only commented out the None option when it is populated to the list.
I assume that I did not do/address something additional downstream/associated with the selection made when the search is performed.
Reason for the change was that I was getting tired of having to select an option from the dropdown other than None, when I am typically okay with receiving results from both sides unless I want to reduce the number of results/focus on a particular side of the code. I did not modify the other three options because I rarely use them. I would also say that I am glad to know that if I was reusing the search window (before timing out) that my last selection would remain as the active choice (and all other selection boxes would have the corresponding position "active". Ie. if searched from option 2 of the list, then option 2 of every list would be the active selection for each of the rows.
What did I miss/incorrectly implement when making this change?


Reply With Quote

