Server error when exporting users to CSV
-
I’m trying to export users from a staging site in development (there are only 4 users currently) and I get this error message:
“Error thrown in the server, we cannot continue. Please check console to see full details about the error.”
The console shows:
POST https://weavearealpeace.org/warp-stg-04-24/wp-admin/admin-ajax.php 500 (Internal Server Error)
relating to jquery.min.js
Debug.log is more helpful:[31-Jul-2024 15:33:57 UTC] PHP Fatal error: Uncaught TypeError: unserialize(): Argument #1 ($data) must be of type string, stdClass given in /home/warp2021/public_html/warp-stg-04-24/wp-content/plugins/import-users-from-csv-with-meta/classes/batch_exporter.php:643
Stack trace:
0 /home/warp2021/public_html/warp-stg-04-24/wp-content/plugins/import-users-from-csv-with-meta/classes/batch_exporter.php(643): unserialize(Object(stdClass), Array)
1 /home/warp2021/public_html/warp-stg-04-24/wp-content/plugins/import-users-from-csv-with-meta/classes/batch_exporter.php(609): ACUI_Batch_Exporter->prepare(‘my-jetpack-cach…’, Object(stdClass), ”, ‘414’)
2 /home/warp2021/public_html/warp-stg-04-24/wp-content/plugins/import-users-from-csv-with-meta/classes/batch_exporter.php(483): ACUI_Batch_Exporter->prepare_data_to_export()
3 /home/warp2021/public_html/warp-stg-04-24/wp-content/plugins/import-users-from-csv-with-meta/classes/export.php(283): ACUI_Batch_Exporter->generate_file()
4 /home/warp2021/public_html/warp-stg-04-24/wp-includes/class-wp-hook.php(324): ACUI_Exporter->export_users_csv(”)
5 /home/warp2021/public_html/warp-stg-04-24/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)
6 /home/warp2021/public_html/warp-stg-04-24/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
7 /home/warp2021/public_html/warp-stg-04-24/wp-admin/admin-ajax.php(192): do_action(‘wp_ajax_acui_ex…’)
8 {main}
thrown in /home/warp2021/public_html/warp-stg-04-24/wp-content/plugins/import-users-from-csv-with-meta/classes/batch_exporter.php on line 643
What is wrong and how can I fix this?The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.