You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I check off regex with the tool, I get the ajax error described in the readme. I looked at the XHR response and saw an error where $this->search is used as a string when its an array. When regex is not checked off, $this->search is a string. I was able to fix searching crudely by modifying line 234 of index.php from:
When I check off regex with the tool, I get the ajax error described in the readme. I looked at the XHR response and saw an error where
$this->search
is used as a string when its an array. When regex is not checked off,$this->search
is a string. I was able to fix searching crudely by modifying line 234 of index.php from:I also ran into the same but different error when replacing and had to use
$replace[0]
on srdb.class.php:I highly doubt this is the actual fix, but it shows that the POST is different for a regex, and is broken on the latest version.
The text was updated successfully, but these errors were encountered: