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
Comment #1
agileware commentedThis is fixed in 5.x-1.3
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.