"Error importing content of type ."
I am trying to import a location node that I made that has a geofield part and an address part.
I think the error comes up when you are importing an entity of '' or the empty string. It could also throw an error when it reaches null. I am not sure.
How to reproduce
Try to import either of the attached files. Both are not much more than a geofielded address, location, and a name.
Make sure Location and GeoField modules are installed.
As a side note, I get a random warning that dumps paths from Blancas VM/dev environment
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Error-importing-content-3076902-2.patch | 596 bytes | sudishth |
| error.zip | 2.43 KB | abychkov |
Comments
Comment #2
sudishth commented$this->entityManager = $entity_manager;add this in ContentEntityNormalizer construct
or apply this patch
Comment #3
summit commentedHi, Yes, this patch worked great! thanks for making this, and please commit.
greetings, Martijn
Comment #4
chegor commentedComment #6
blanca.esqueda commentedThank you,
Patch has been added to 8.x-2.dev
Important: To use 8.x-2.dev the module has to be installed and reinstalled as the content file tree structure has been changed. And the same version has to be used for the source and target sites.
Comment #7
blanca.esqueda commented