Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2008 at 11:33 UTC
Updated:
2 Feb 2009 at 13:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
jp.stacey commentedWe get this error too: it's because the delta being created (ssfield_cck_field_profile_relation) is too long for the 32-char field in the database, so it gets truncated and conflicts with existing records. It'd be better if the delta were some sort of hash UUID instead of a field name.
Actually, it'd be better if we could just not have these blocks. The many automated blocks are a bit of a pain, especially on a complex site: most of them we don't need, and we've had to rebuild the others to match what our client wanted. Any way of putting in an option to turn them all off, or move them out into a sub-module?
Comment #2
jp.stacey commentedWe get this error too: it's because the delta being created (ssfield_cck_field_profile_relation) is too long for the 32-char field in the database, so it gets truncated and conflicts with existing records. It'd be better if the delta were some sort of hash UUID instead of a field name.
Actually, it'd be better if we could just not have these blocks. The many automated blocks are a bit of a pain, especially on a complex site: most of them we don't need, and we've had to rebuild the others to match what our client wanted. Any way of putting in an option to turn them all off, or move them out into a sub-module?
Comment #3
jp.stacey commented(sorry for duplicate comment: I got a "you do not have access to any projects" error from d.o first time round!)
Comment #4
pwolanin commentedThe CCK field name can be a full 32 chrs, so it seems like we must use just that as the delta.
Comment #5
pwolanin commentedcan cut a couple more lines.
Note - there is no upgrade path here - you'll have to manually reconfigure your blocks.
Comment #6
pwolanin commentednow with update function. Please test.
Comment #7
JacobSingh commentedLooks good.
Comment #8
pwolanin commentedcommitted to 6.x
Comment #9
pwolanin commentedComment #10
pwolanin commented