Runs without error but 0 users imported.

Created on 1 February 2021, about 4 years ago
Updated 25 April 2021, about 4 years ago

Problem/Motivation

Drupal version 8.9.6 ran bulk user registration using the sample .csv the import appears to run, progress bar processes the correct number of cases, but final status shows 0 users imported, with no errors logged. A check of the users and users_field_data tables show no changes made and no new users. Any idea?

๐Ÿ› Bug report
Status

Postponed: needs info

Component

Code

Created by

๐Ÿ‡บ๐Ÿ‡ธUnited States woodhome

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia abhishek.sa Indore

    I encountered a similar issue where the module ran without any errors, but no users were imported. After debugging the moduleโ€™s code, I realized that the header data was coming through as empty. Upon checking the CSV file, I discovered that the first row was blank, which caused the header to be empty and prevented user creation. The fix was simple: ensure that the first row of the CSV contains valid column headers, such as 'username', 'email', 'status', and 'role'.

Production build 0.71.5 2024