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
I have updated my Ubuntu 20.04 OS and my Processwire at the same time so I am with :
PHP 7.4.3
MySQL 8.0.21
PW 3.0.165
And all my localhost pages having the "~=" operator in my selectors throw an error :
PDOException #HY000
SQLSTATE[HY000]: General error: 3685 Illegal argument to a regular expression.
As I said on the forum, if I change the operator with either "^=" or "~*=", the error disappears (but then of course, I lose the ~= capabilities of whole word only selection).