Are there MySQL version compatibility issues with this module? I'm getting the following error when I try to use it on a server running 3.23.58:
user warning: You have an error in your SQL syntax near '(t.title AS BINARY) REGEXP 'staging'' at line 1 query: SELECT t.title as content, t.nid, n.title FROM node_revisions t INNER JOIN node n ON t.vid = n.vid WHERE CAST(t.title AS BINARY) REGEXP 'staging' in /home/virtual/site255/fst/var/www/html/includes/database.mysql.inc on line 172.
Comments
Comment #1
escoles commentedJust noticed that I'm also getting this error at the bottom of the error list, on this server:
Comment #2
aasarava commentedThis MySQL manual page seems to indicate that the REGEXP statement was valid in MySQL 3.23:
http://dev.mysql.com/doc/refman/4.1/en/regexp.html
But note that MySQL 3 is quite old -- the current version is MySQL 5 and most hosts have upgraded.
In any case, if you're stuck with MySQL 3, can you try your search-and-replace queries again using version 5.x-2.0 of the Scanner module? Let us know if you're still running into the problem.
Comment #3
aasarava commentedclosed - no response from original poster, and no further reports.