Also, you should never change DefaultSettings.php. Make the changnge at the bottom of LocalSettings.php.
This will work, but you might want to find out what's causing the errors in the first place and tackle the original problem. What are the warnings and errors you're getting? What image renderer are you using?
On Jan 4, 2008 1:50 PM, Boris Epstein borepstein@gmail.com wrote:
There are two parameters that determine how big a file you can upload. They are:
- In /etc/php.ini:
upload_max_filesize = 2M determines the maximum size of a file that PHP on your machine will take. Modify that first.
- In ./includes/DefaultSettings.php
$wgMaxUploadSize = 1024*1024*100; # 100MB MediaWiki specific upload size limit