Issue in “cron import” tab
-
Hi it looks like there is an issue in the “cron import” tab.
The checkbox for “Update roles for existing users?” shows incorrect (it is always unchecked). I have checked the code and it looks like the is an issue in line 137
<input type="checkbox" name="update-roles-existing-users" value="yes" <?php if( $update_roles_existing_users == 'yes' ) echo "checked='checked'"; ?>/>
The value for $update_roles_existing_users should be checked for 1 since this is what you are storing in DB.Can you also please fix:
"PHP message: PHP Warning: explode() expects parameter 2 to be string, array given in /wp-content/plugins/import-users-from-csv-with-meta/importer.php on line 210PHP message: PHP Warning: array_walk() expects paramete r 1 to be array, null given in /wp-content/plugins/import-users-from-csv-with-meta/importer.php on line 211Thank you for the plugin!
Alex.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Issue in “cron import” tab’ is closed to new replies.