By msaharia
I changed it here:
sudo nano /etc/php5/apache2/php.ini
but it didn’t work. I am uploading a plugin of a size bigger than 2M.
I tried the .htcaccess, but I get a 500 internal error.
I have Ubuntu 12.04
Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Check out ways to increase Max upload limit in WordPress http://prolifekits.com/how-to-increase-the-upload_max_filesize-in-wordpress/
Hi, all
You can create a php info file in order to check the current values and check which is the php.ini file in use. Create the following file in your public_hmtl folder - phpinfo.php and put the following code inside it:
<?php
phpinfo();
?>
Then check for the current value of upload_max_filesize you can also check which is the configuration file - php.ini that is currently used and apply the changes there (if the site using the global php.ini file and you change the values for these settings this will make the changes globally for all sites). Ideally you would like to have the following values:
upload_max_filesize = 64M
Hope that this helps! Regards, Alex
I did it, and I was able to upload a new theme, but later when i try to upload a picture 500kb , again the <br>exceeds the maximum upload size for this site! error. <br>Why? <br>Any suggestion? if yes, please include shh command. <br>thanks
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.