I found that import was failing for long field names, because CCK was truncating the names. This patch truncates the names in flexiconvert. It worked for me but I haven't checked whether CCK uses a more complex truncation scheme that should be mirrored here. Please back up your db first and try it out on a test site.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cckfieldlength.patch | 764 bytes | dale42 |
| flexiconvert-longfieldname.patch | 599 bytes | davej |
Comments
Comment #1
dale42I ran into the same problem and came up with the same solution, except on the 5.x-1.x-dev version. There's a slight difference between versions, so I've attached my patch. It works for me in limited testing. All of the caveats davej outlined apply.
Comment #2
anarcat commentedThis issue doesn't occur anymore in 5.x-0.3, which fixed the problem. So this applies only to 4.7 and the patch needs to be ported.