• Resolved Panos Web

    (@siteworks)


    Hello,

    In order to upload in a current site, a large Wp-staging backup file that was made in another site, does PHP parameters of the current site hosting need to be of specific values?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor fayyazfayzi

    (@fayyazfayzi)

    Hi @siteworks ,

    To upload a large WP Staging backup file from another site, make sure your PHP settings are configured to handle the file size. Here are the key parameters to check:

    1. upload_max_filesize = at least the size of your backup file
    2. post_max_size = at least the size of your backup file
    3. memory_limit = 512M or higher
    4. max_execution_time = 300 or higher
    5. max_input_time = 300 or higher

    If you’re still having trouble or need dedicated help, feel free to reach out to us directly via our support page.

    Let me know if you need more assistance!

    Cheers!
    Fayyaz

Viewing 1 replies (of 1 total)

The topic ‘PHP for upload’ is closed to new replies.