uploading size – due “hosting provider”
-
Hey All,
I installed WP on Ubuntu 20.04, but i came to the “common” known issue limit upload of 2M online I’ve found many tutorials one more detailed as the other but the results remain the same, I also installed a plugin (WP Maximum Upload File Size) to increase the size also this failed.
the message I got from this plugin “Maximum upload file size, set by your hosting provider: 2MB”
Now the server is local and no hosting provider is used.
I did try to update the size in all the files i could find in “support” online but it still fails to get it higher then 2Mfiles I’ve adjusted so far with the following setting;
.htaccess
php_value upload_max_filesize 64M
php_value post_max_size 128M
php_value memory_limit 512M
php_value max_execution_time 300
php_value max_input_time 300Functions.php
@ini_set( ‘upload_max_size’ , ’64M’ );
@ini_set( ‘post_max_size’, ’64M’);
@ini_set( ‘max_execution_time’, ‘300’ );php.ini
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 512Mwp-config.php
@ini_set( ‘upload_max_size’ , ’64M’ );
@ini_set( ‘post_max_size’, ’64M’);
@ini_set( ‘memory_limit’, ‘512M’ );these are currently the adjustments I’ve found so far.
Are there any other ideas on how to adjust this upload size?*Already did a restart of the services and server itself, also clearing the browser of its cache did not help.
I’m kinda surprised that this really can be an issue, and the WP did not provide a build in size increase in its admin panel.
For reference I followed this guide “https://websiteforstudents.com/how-to-install-wordpress-on-ubuntu-20-04-18-04-with-nginx-and-lets-encrypt” for the complete installation of WP until the lets-encrypt part.
Hope anyone can help.
Kr,
Thierry- This topic was modified 5 years ago by . Reason: moved to Localhost Installs since this is a localhost install
The page I need help with: [log in to see the link]
The topic ‘uploading size – due “hosting provider”’ is closed to new replies.