• Resolved illessebestyen

    (@illessebestyen)


    Hi Support,

    During the import I stuck at 100% with the following errors in console. Could you please help, advise as soon as possible?

    Failed to load resource: the server responded with a status of 400 ()
    Uncaught Error: error
        at Object.error (import.min.js?v=7.73&ver=5.9.5:1345:13)
        at c (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=5.9.5:2:28327)
        at Object.fireWith [as rejectWith] (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=5.9.5:2:29072)
        at l (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=5.9.5:2:79926)
        at XMLHttpRequest.<anonymous> (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=5.9.5:2:82355)

    Thank you in advance,

    Regards, Illes

Viewing 2 replies - 1 through 2 (of 2 total)
  • I got the same error, I tried different ways but the error persist

    Plugin Author Yani

    (@yaniiliev)

    Please read this guide: How to Increase Maximum Upload File Size in WordPress

    The easiest way to figure out the problem is to request error logs from your hosting provider for your website, then examine them around the time when you tried to upload the file.
    You will see what limit you have encountered and increasing it will solve the issue.

    The settings in PHP that you likely need to adjust are:

    • upload_max_filesize – set this to a value > than your backup
    • post_max_size – set this to a value > than your backup
    • memory_limit – set this to a value > than your backup
    • max_execution_time – set this to 0 (infinite)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import stuck at 100%’ is closed to new replies.