Works Well, But Set No Timeout
-
The plugin works well, but I had to add the following line to the top of import-users-from-csv.php:
set_time_limit(0);
Until I did that, it just timed out. Also, I selected the “Update user when a username or email exists” field when importing. My input file had 164 entries but only 161 were added. When I checked the CSV files, there were indeed three duplicates.
BTW, I’m using WP 3.9.3, but the dropdown when writing this review didn’t offer that as an option.
- The topic ‘Works Well, But Set No Timeout’ is closed to new replies.