line 41 of taxonomy_redirect.install, in function taxonomy_redirect_update_3():

db_query("ALTER TABLE `taxonomy_redirect` CHANGE `path` `path` TEXT NOT NULL");

should be (note curly brackets for backticks):

db_query("ALTER TABLE {taxonomy_redirect} CHANGE `path` `path` TEXT NOT NULL");

Comments

agileware’s picture

Status: Active » Fixed

This is fixed in 5.x-1.3

Anonymous’s picture

Status: Fixed » Closed (fixed)

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