import
import copied to clipboard
Entries only import a single item then fails
I am running the latest version of Import, I have mapped all the fields correctly and I am trying to replace the data. Here is what I get in the logs: Encountered an error running task 4 (Import), step 1 of 216: An exception was thrown: Property "Craft\Import_EntriesRecord.versionId" is not defined. Only the first line imports and then it fails.
What license of Craft are you using?
Ahh its just on a local install using craft.dev but with a Pro trial.
Is it possible to use Import without buying a Craft licence?
Could you try re-installing the plugin?
Hi Bob, tried that and I am still getting the same issue.
I had the same error. "solved" by commenting line 242 of Import_EntryService.php:
// Log element id's when successful // craft()->import_history->version($settings['history'], $element->id);
Hi Gareth, did you click uninstall and then install again?
Hi Bob, trying that gives me the following error:

Using @jkenters solution worked for me though, everything imports when that line is commented out.
Sorry for the late response. Is this bug still actual?
I haven't done anything with it since my last comment so I guess so.
I get this error as well. Commenting out craft()->import_history->version($settings['history'], $element->id); like @jkenters says did the trick!
Import 0.8.32 - Craft CMS 2.6.2911