• Resolved zviera

    (@zviera)


    Hi.

    in file class-importer.php, the line 131:

    if ( isset( $_FILES['upload']['tmp_name'] ) && ! file_exists( wp_unslash( $_FILES['upload']['tmp_name'] ) ) ) {

    causes the file upload to stop with an error.

    The problem is the wp_unslash() function which causes all slashes to be deleted from the file path. Therefore it always fails.

    Would you pls fix it?

    There is also lots of PHP warning on PHP 8.0+.

    Best regards.

Viewing 1 replies (of 1 total)
  • Thank you for bringing this issue to my attention. We will test it and resolve it in the next update.


    Regarding the PHP warnings on PHP 8.0+, it is common for new PHP versions and there’s nothing to worry about.


    We hope this helps. Let us know if you have any further questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Imports don’t work on PHP 7.4+’ is closed to new replies.