Upgrade gives no error message but saving of redirects now gives a column error
chrissearle - December 22, 2008 - 14:25
| Project: | Taxonomy Redirect |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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:
<?php
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?

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