• Resolved hannanbaig

    (@hannanbaig)


    I am transferring my wordpress website from local host to live website but i get the following error when importing process is 100% done:

    “Unable to open file for reading. File: /home/horizonm/public_html/wp-content/plugins/all-in-one-wp-migration/storage/itiosu6p9mil/localhost-horizon-official-20191014-132344-589.wpress”

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

    (@yaniiliev)

    This happens when move_uploaded_file has failed to copy the backup to the storage folder.
    There are a couple of reasons for this:
    – memory_limit in PHP is not large enough to accommodate copying the file
    – max_execution_time in PHP exceeds when copying the file
    – hosting provider restrictions: there are so many here but the most common one is a limit imposed on the max size of a file

    Thread Starter hannanbaig

    (@hannanbaig)

    @yaniiliev thank you soooooooooo much for the reply

    Hi Yani,
    yes you are right not only transfer file limitation it has to be adjust but memory limit as well.
    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“Unable to open file for reading” error’ is closed to new replies.