• Resolved dsc1978

    (@dsc1978)


    import file is only importing 11 users and then failing.

    logged error message:

    Error Details
    =============
    An error of type E_ERROR was caused in line 572 of the file /home/shoplash/public_html/wp-content/plugins/import-users-from-csv-with-meta/importer.php. Error message: Uncaught Error: Object of class __PHP_Incomplete_Class could not be converted to string in /home/shoplash/public_html/wp-content/plugins/import-users-from-csv-with-meta/importer.php:572
    Stack trace:
    #0 /home/shoplash/public_html/wp-content/plugins/import-users-from-csv-with-meta/importer.php(572): implode(‘,’, Array)
    #1 /home/shoplash/public_html/wp-content/plugins/import-users-from-csv-with-meta/importer.php(955): acui_import_users(‘/home/shoplash/…’, Array, 0, false, false)
    #2 /home/shoplash/public_html/wp-content/plugins/import-users-from-csv-with-meta/importer.php(741): acui_fileupload_process(Array, false)
    #3 /home/shoplash/public_html/wp-includes/class-wp-hook.php(287): acui_options(”)
    #4 /home/shoplash/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
    #5 /home/shoplash/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #6 /home/shoplash/public_html/wp-admin/admin.php(259): do_action(‘tools_page_acui’)
    #7 /home/shoplash/public_html/wp-admin/tools.php(40

    This file was only just created using the same plugin on another site.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @dsc1978,

    Good morning, are you using the latest version.

    In this line we have:
    $element = implode ( ',' , $element );

    $element should be array to arrive there so I cannot understand the problem.

    Thread Starter dsc1978

    (@dsc1978)

    Hello,

    I am using Version 1.16.3.

    Downloaded from the plugin portal.

    Plugin Author Javier Carazo

    (@carazo)

    From here I cannot tell you much more.

    Could you preview some lines of the CSV you are importing?

    Thread Starter dsc1978

    (@dsc1978)

    the CSV is a file generated by the same plugin but of course from another site.

    Plugin Author Javier Carazo

    (@carazo)

    Yes, but there is something in this CSV that cannot be used in the target site.

    We would need to debug to see where the problem is but this is not possible from here.

    One recommendation split the CSV by columns to check manually which column is creating the problem.

    Thread Starter dsc1978

    (@dsc1978)

    I understand.

    Is there a secure/confidential way for me to send you the file?

    Plugin Author Javier Carazo

    (@carazo)

    No, we cannot.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Import Failing’ is closed to new replies.