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

rgladwell’s picture

This 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.

kloomis’s picture

I'm running mySQL 4.3.2.

nancydru’s picture

Version: 4.6.x-1.x-dev » 5.x-1.x-dev
Assigned: Unassigned » nancydru

I will be looking at this probably tomorrow - there are several issues for this. However, it will only be fixed in 5.x.

nancydru’s picture

Priority: Critical » Normal
nancydru’s picture

Status: Active » Fixed

Fix committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.