I have svg in the backup. I am installing on a new site. Now configured for svg as the backup is. Will that cause issues.
Can you confirm this plugin does multisite domain migrated to the same?
Thx
]]>I am getting an error when I upload a file with a size more than the original limit, even so , I have increased size limit to 2GB on the plugin, but still same issue, new size limit not applied,
After progress bar complete, it shows:
“Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page.” and it’s not uploaded.
Please note that I have same website on local, and it’s working fine. Please assist
The plugin “Wp Maximum Upload File Size” tells me
Important: if you want to upload files larger than 2MB (which is the limit set by your hosting provider) you have to contact your hosting provider.
It’s NOT POSSIBLE to increase that hosting defined upload limit from a plugin.
So how do I change the limit? I’ve root on the host machine, I can start down the rabbit hole of grepping for the string “Maximum upload file size” which seems to be printed with $max_upload_size… but surely I’m missing something obvious.
Before I installed the plugin (I’m not running any other plugins and didn’t think I needed one for this) I’ve attempted to follow the instructions here to increase the size from 2MB so:
/var/www/mysite.com/.htaccess has this at the end
php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value memory_limit 256M
php_value max_execution_time 300
php_value max_input_time 300
/var/www/mysite.com/wp-config.php has this at the start
@ini_set( ‘upload_max_filesize’ , ‘128M’ );
@ini_set( ‘post_max_size’, ‘128M’);
@ini_set( ‘memory_limit’, ‘256M’ );
@ini_set( ‘max_execution_time’, ‘300’ );
@ini_set( ‘max_input_time’, ‘300’ );
I’ve found more instructions
so now both:
/var/www/mysite.com/wp-includes/functions.php and
/var/www/mysite.com/wp-content/themes/twentytwentyone/functions.php
contain
to include
@ini_set( ‘upload_max_filesize’ , ‘101M’ );
@ini_set( ‘post_max_size’, ‘102M’);
@ini_set( ‘max_execution_time’, ‘300’ );
yet when I go to upload media I’m still presented with Maximum upload file size: 2 MB. I’ve force reloaded I’ve rebooted the server, I’ll not resorted to live animal sacrifice yet though…
]]>1. Is there a way to allow .stl files?
2. Also, is there a way to make the upload allow 50mb for ONE file upload?
]]>I’m trying to install some plugins but I get this message all the time, “The link you followed has expired.”, I suppose it is because my maximum upload size is 2MB and the plugin’s zip is 12MB, the problem is that I can’t find a way to change the maximum size to 12MB…I’ve tried searching on functions.php, on my FTP but when I create a VAR for the maximum upload size nothing happens…
Someone told me that I need to check max_input_vars, max_execution_time & memory_limit, is there anywhere on wordpress panel to check that?
Do I have any chance putting this somewhere?:
@ini_set( ‘upload_max_size’ , ‘256M’ );
@ini_set( ‘post_max_size’, ‘256M’);
@ini_set( ‘max_execution_time’, ‘400’ );
Thanks in advance!!!
]]>I’ve read before that you have to go into theme files and add/change some code – however when i went to do this it said if i made some changes it could effect the whole website. As it’s just been created i’m a bit hesitate to do this. So not quite sure what to do now.
Thanks in advance for your help guys!.
]]>I get the upload file size more and more bigger, but my website doesn’t add new products and new images.
The first time for the backup, the upload file has only 2 or 3 files only, but now has 15 files for the upload, and continuer gets more and more, this is not normal.
Here is the file: https://prnt.sc/mncuqk
Can you show me what is wrong or how to set please?
My website is Atbuz.com
Thank
]]>Thanks for creating this plugin.
I discovered your plugin via WP search, I would like to know how to set the upload size less than 1 MB in my case I want to set max. upload size to 256KB is it possible with this plugin. I’m using WordPress 4.95.
Let me know if you are still supporting this plugin.
Regards.
]]>