DB definition for the field category_cont_node_types.field is varchar(16)
Both node.type (core) and node_type.type_name (cck) are varchar(32)
So category is broken for long content type names (easy with cck, since cck type names are built from the "human readable" type names...),
This patch corrects the db definition and includes an upgrade path.
| Comment | File | Size | Author |
|---|---|---|---|
| category.patch | 1.23 KB | yched |
Comments
Comment #1
Jaza commentedDone.
Comment #2
yched commentedThanks.
You should remove the .mysql file from cvs, since it doesn't include the change.
Comment #3
Jaza commentedIt is now removed. Thanks for letting me know - I thought I did delete it already, but it appears it didn't go through when I made the commit.
Comment #4
(not verified) commented