Closed jcdarwin closed 6 years ago
Thank you for reporting this. Please update to 1.2.5 and try again. Note that you may have to delete the failed job if it is stuck.
Great -- yep, have upgraded and it all looks good -- I could import the user group successfully.
Note that I did strike two other related issues which I've worked around:
when importing a CSV file prepared on MacOS, problems can arise where fgetcsv
doesn't recognise line endings, and ends up not parsing the CSV correctly -- see this stackoverflow issue
a number of the migrations ran again (not quite sure why), and many of the older ones caused failures as they didn't check for the existence of columns before dropping them etc -- I notice that you do seem to be being more careful in the newer migrations to prevent a migration failing.
Excellent!!
Importing a user group into contacts fails with the following stack trace.
I notice that
ImportJob::import
is not defined (e.g.public const $import
) in theImportJob
class -- should it be?