Error message when importing
-
Hi, I am trying to import user data into a multisite wordpress installation. Exporting the csv file worked fine, when importing the file 13 of the users created but the rest failed with the following message:
Notice: Array to string conversion in /home/ndp/public_html/wp-content/plugins/import-users-from-csv-with-meta/classes/helper.php on line 223
and a fatal WP error
Fatal error: Uncaught Error: Object of class WP_Error could not be converted to string in /home/ndp/public_html/wp-content/plugins/import-users-from-csv-with-meta/classes/helper.php:223 Stack trace: #0 /home/ndp/public_html/wp-content/plugins/import-users-from-csv-with-meta/classes/helper.php(223): implode(',', Array) #1 /home/ndp/public_html/wp-content/plugins/import-users-from-csv-with-meta/classes/import.php(595): ACUI_Helper->print_row_imported(11, Array, Array) #2 /home/ndp/public_html/wp-content/plugins/import-users-from-csv-with-meta/classes/import.php(155): ACUI_Import->import_users('/home/ndp/publi...', Array, false, false, false) #3 /home/ndp/public_html/wp-content/plugins/import-users-from-csv-with-meta/classes/import.php(19): ACUI_Import->fileupload_process(Array, false) #4 /home/ndp/public_html/wp-includes/class-wp-hook.php(287): ACUI_Import->show('') #5 /home/ndp/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array) #6 /home/ndp/public_html/wp-includes/plugin.php(484): WP_Hook->do in /home/ndp/public_html/wp-content/plugins/import-users-from-csv-with-meta/classes/helper.php on line 223I only have this plugin installed
The topic ‘Error message when importing’ is closed to new replies.