Please read through for all settings I changed etc. I wrote this while I worked out the problem…and I just wanted to share!
Problem? I get this message: “Maximum upload file size: 1MB” on the gallery page. Most of my images are far larger than this. I changed my WordPress Media file site settings, and I created a php5.ini file to deal with larger images (Google this for more info). I then tested to see if my php5.ini code was actually chatting with my site by throwing this bit of code into a new template: , and it was working perfectly.
I also added this code to my wp-config.php page: define(‘WP_MEMORY_LIMIT’, ’75M’);
Yet, I am still blocked by the 1MB issue.
Anyway, after all of this entertainment, I found the final solution. Go to the Multi-Site Admin Dashboard. Go to ‘Settings’, and then scroll down to ‘Upload Settings’. to make this workable.
Happy trails!