• Resolved tanmaymeh

    (@tanmaymeh)


    I installed the Wp Upload Limit Plugin the increase the upload size. I am on the localhost. But I am getting “Unable to open file for reading. File: /var/www/html/wordpress1/wordpress/wp-content/plugins/all-in-one-wp-migration/storage/5t8d39zsmjw1/localhost-wordpress-20201027-112514-ci9wv0.wpress” this error. Please can you help me?? I inserted this inside my wp-config.php, still not working.
    @ini_set( ‘upload_max_size’ , ‘500M’ );
    @ini_set( ‘post_max_size’, ‘500M’);
    @ini_set( ‘memory_limit’, ’15M’ );

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

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

    (@yaniiliev)

    I am not familiar with Wp Upload Limit Plugin. You will have to contact their author for support.

    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)
    • This reply was modified 3 years, 3 months ago by Yani.
    Thread Starter tanmaymeh

    (@tanmaymeh)

    That error is not related to the other plugin…and I already said I am on the localhost. If the free version doesn’t work for large file size, you should mention it so we don’t waste our time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to open file for reading. File: /var/www/html/wordpress1/wordpress/wp-con’ is closed to new replies.