Closed (fixed)
Project:
Taxonomy Redirect
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2008 at 14:25 UTC
Updated:
6 Jan 2009 at 09:46 UTC
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
Comment #1
chrissearle commentedI re-ran update 2 (by selecting it manually - update.php said nothing was needed). Seems to be working now.