• Resolved swvict

    (@swvict)


    Hello,

    I get the following error when trying to import…

    Recoverable fatal error: Object of class stdClass could not be converted to string in C:\xampp\htdocs\testsite\wp-content\plugins\import-users-from-csv-with-meta\importer.php on line 532

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

    (@carazo)

    @swvict,

    It seems that your file has some kind of problem.

    Are you using last version of this plugin?

    If yes:
    `$element = implode ( ‘,’ , $element );

    $element would be an array of objects and in this case, it cannot be a well formed CSV file.

    Thread Starter swvict

    (@swvict)

    Hi Javier, yes it makes a difference what format the CSV file is saved in: Microsoft/DoS etc. Thank you

    Plugin Author Javier Carazo

    (@carazo)

    @swvict,

    Yes, if your server use Linux and you use a DOS format, it can create problems.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Recoverable fatal error: Object of class stdClass’ is closed to new replies.