I'm getting a
Argument 3 passed to MigrateFieldHandler::getFieldLanguage() must be an array, null given, called in [error]
/.../sites/all/modules/contrib/migrate_extras/date.inc on line 9 and defined
File /.../sites/all/modules/contrib/migrate/plugins/destinations/fields.inc, line 61
whenever I try to import anything with a date.
Comments
Comment #1
mikeryanThe date support is in Migrate Extras. Can you try upgrading to the latest -dev of both Migrate and Migrate Extras? The line numbers in that error messages don't match the current versions...
Comment #2
tiyberius commentedAh yes, I forgot that the date code is not in Migrate, but in Migrate extras. I upgraded Migrate Extras to the latest dev and everything works. My bad! Thanks for the response, sorry to waste your time.
Comment #3
mikeryan