Closed (fixed)
Project:
HEAD to HEAD
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
19 Sep 2010 at 19:53 UTC
Updated:
11 Oct 2010 at 13:50 UTC
Jump to comment: Most recent file
As a result of #914458: Remove the format delete reassignment "feature"...
The {filter_format} table got a "status" column (and associated index changes). I think that's probably the only thing from the patch that requires a HEAD-to-HEAD update.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | filter-format-status.patch | 1.84 KB | gábor hojtsy |
Comments
Comment #1
BenK commentedJust realized that I need this fix... since updating to the latest CVS, now I'm getting the following errors on node pages:
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'status' in 'where clause': SELECT ff.* FROM {filter_format} ff WHERE (status = :db_condition_placeholder_0) ORDER BY weight ASC; Array ( [:db_condition_placeholder_0] => 1 ) in filter_formats() (line 382 of /Users/git/drupal/modules/filter/filter.module).
Should I just manually add the status column?
Thanks,
Ben
Comment #2
gábor hojtsyHere is the required update. Please reopen if not working well.