Closed (won't fix)
Project:
Openlayers CCK Migrate
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2012 at 16:18 UTC
Updated:
21 Jun 2013 at 07:01 UTC
I found that my migration failed and tracked it to corrupted data. My CCK table had a few values in it like this:
GEOMETRYCOLLECTION(POINT())
and with no lat or lon, the migration died. Once I found this, I could delete these records from the table and the migration worked. Seems that it could catch this and bypass them. The table had over 50,000 rows and has been accumulating for years, so there is no way to track how the corruption got in there. They were older records.
I called this a bug report, though I suppose it could be considered a feature request since the module works for properly formed data.
Comments
Comment #1
batje commentedI am glad you found the issue, but sorry, won't fix.