some search results
javascript loop resulting in massive memory leak and eventual browser crash
browser = firefox
OS = Win 10
Status | New | ⇒ | Confirmed |
looks like here same problem,
it happen when just try to open the search page with $
search, eg: /search?q=%24
Not quite a solution but to prevent the fatal error we can modify line 155 of /components/com_finder/controller.php to
if (empty($this->query->search) || $this->query->search == '$')
Of course this way no results are sent back :)
confirm issue with %
char too
can we consider something like search as fatal error prevent solution ?
Search term must be a minimum of 3 characters and a maximum of 200 characters.
Nicola, as far as I remember even a 3 char word like $do
ends up with fatal error
Closing as we have a pull thanks
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-15 16:06:18 |
Closed_By | ⇒ | zero-24 |
I can confirm this behavior. Chorme on Win 7.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8034.