I got this error when I did a bulk generation for terms when their where no terms or vocabs.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') LIMIT 0, 50' at line 1 query: SELECT tid, vid, name, src, dst FROM term_data LEFT JOIN url_alias ON CONCAT('taxonomy/term/', CAST(tid AS CHAR)) = src WHERE src IS NULL AND vid <> 0 ) LIMIT 0, 50 in /.../database.mysqli.inc on line 154.
Drupal 5.9
MySQL database 5.0.32
PHP 5.2.0-8+etch11
Comments
Comment #1
gregglesThanks for the bug report. Can you help review the patch in #286845: Bulk Update of Category Path with no existing categories AND/OR remove bulk generate checkbox??