There is a syntax error in a SQL statement in the taxonomy_image module on line 31. This causes the function to fail when clicking on the Images tab in Administer->Categories. This causes the module to fail, thus this is a critical error.
The SQL statement uses an Inner Join and it should be followed by "ON" not "WHERE". In my preliminary tests this solves the problem.
Comments
Comment #1
rgladwell commentedThis would seem to be a problem with MySQL 3.23 only. Servers using MySQL 4+ will not have this issue which may explain why it slipped through.
Comment #2
kloomis commentedI'm running mySQL 4.3.2.
Comment #3
nancydruI will be looking at this probably tomorrow - there are several issues for this. However, it will only be fixed in 5.x.
Comment #4
nancydruSee http://drupal.org/node/214441
Comment #5
nancydruFix committed.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.