• Resolved agustinbitbug

    (@agustinbitbug)


    Error thrown in the server, we cannot continue. Please check console to see full

    I have this error when trying to export the complete list of users (there are approximately 15 users, it is a site in development), do not apply any filter to edit the columns, I want all the data

    If I apply a filter like user_email or name it works without problems.

    • This topic was modified 2 years, 8 months ago by agustinbitbug.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @agustinbitbug,

    There seems to be a problem with some data, can you see what shows up in the PHP error log? There must be some error pertaining to this plugin at the time you run it.

    Thread Starter agustinbitbug

    (@agustinbitbug)

    I’m going to try to activate those logs, i’m working from the wpengine platform.

    Is there a way to set some columns by default so that it always exports that? I only need emails, names, surnames and telephone numbers

    Plugin Author Javier Carazo

    (@carazo)

    Uhm, currently this is not being saved but this would be interesting. Let me some time and I do it.

    • This reply was modified 2 years, 8 months ago by Javier Carazo.
    Thread Starter agustinbitbug

    (@agustinbitbug)

    [14-Sep-2023 12:02:10 UTC] PHP Fatal error: Uncaught TypeError: strlen(): Argument #1 ($string) must be of type string, stdClass given in /nas/content/live/hesquiahtdev/wp-content/plugins/import-users-from-csv-with-meta/classes/batch_exporter.php:634
    Stack trace: 0 /nas/content/live/hesquiahtdev/wp-content/plugins/import-users-from-csv-with-meta/classes/batch_exporter.php(605): ACUI_Batch_Exporter->clean_bad_characters_formulas(Object(stdClass), ‘WPE_NONCE’, ‘2’) 1 /nas/content/live/hesquiahtdev/wp-content/plugins/import-users-from-csv-with-meta/classes/batch_exporter.php(590): ACUI_Batch_Exporter->prepare(‘WPE_NONCE’, Object(stdClass), ‘Y-m-d H:i:s’, ‘2’) 2 /nas/content/live/hesquiahtdev/wp-content/plugins/import-users-from-csv-with-meta/classes/batch_exporter.php(464): ACUI_Batch_Exporter->prepare_data_to_export() 3 /nas/content/live/hesquiahtdev/wp-content/plugins/import-users-from-csv-with-meta/classes/export.php(258): ACUI_Batch_Exporter->generate_file() 4 /nas/content/live/hesquiahtdev/wp-includes/class-wp-hook.php(310): ACUI_Exporter->export_users_csv(”) 5 /nas/content/live/hesquiahtdev/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(”, Array) 6 /nas/content/live/hesquiahtdev/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 7 /nas/content/live/hesquiahtdev/wp-admin/admin-ajax.php(188): do_action(‘wp_ajax_acui_ex…’) 8 {main}

    thrown in /nas/content/live/hesquiahtdev/wp-content/plugins/import-users-from-csv-with-meta/classes/batch_exporter.php on line 634

    Plugin Author Javier Carazo

    (@carazo)

    @agustinbitbug,

    Ok, for some reason in this function: clean_bad_characters_formulas( $value, $key, $user ) the value that arrives was an object instead a string.

    I have just prepare a new version.

    Please update and tell me if it fixes it.

    Thread Starter agustinbitbug

    (@agustinbitbug)

    Yes, it’s working now! Thank you so much.

    Plugin Author Javier Carazo

    (@carazo)

    Great! Thanks for helping us debugging this problem in data with objects saved.

    Plugin Author Javier Carazo

    (@carazo)

    Respect to:

    Is there a way to set some columns by default so that it always exports that? I only need emails, names, surnames and telephone numbers

    In the next released it will be included.

    Thanks again for suggesting interesting features.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Error in the server’ is closed to new replies.