Upgrading 5.x to 6.x drupal.

Installed taxonomy_redirect and ran update.php. All OK - no errors.

But - on the edit page - load into editor doesn't load the taxonomy name (loads the other fields).

And - if you add or edit - on save it gives:

user warning: Unknown column 'path_case' in 'field list' query: INSERT INTO taxonomy_redirect (vid, tid, module, path, separator_replace, remove_text, filter, path_case) VALUES (12, NULL, 'taxonomy', 'filer/!tid', '', '', 1, 'No transform') in ...../sites/all/modules/taxonomy_redirect/taxonomy_redirect.module on line 400.

Did one of the update steps get missed?

Comments

chrissearle’s picture

Status: Active » Closed (fixed)

I re-ran update 2 (by selecting it manually - update.php said nothing was needed). Seems to be working now.