Export fails with Jetpack
-
Hi I am currently unable to export users due to a traceback:
[03-Jan-2021 09:08:04 UTC] PHP Fatal error: Uncaught Error: Object of class stdClass could not be converted to string in /wp-content/plugins/import-users-from-csv-with-meta/classes/export.php:242 Stack trace: #0 wp-content/plugins/import-users-from-csv-with-meta/classes/export.php(242): fputcsv(Resource id #725, Array, ',')I did some investigation and found that it fails due to the the field
wpcom_user_datawhich is part of Jetpack and not a string. It is rather an object.I guess fields like this should be serialized before sending it to fputcsv.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Export fails with Jetpack’ is closed to new replies.