Hello,
I am using the import in the backend to upload users in the Users table, as always.
I get an email that the import is succesfully but i do not see any new users.
What can be the problem?
Hello,
I am using the import in the backend to upload users in the Users table, as always.
I get an email that the import is succesfully but i do not see any new users.
What can be the problem?
As I can see from the logs, import of data for Users table was skipped because it missed required “blUserLocale” column. Try to add this column to your file and reimport it one more time.
Regards, Andriy
Thanks Andriy,
That did the trick, strange that i never uploaded that column before.