max_upload_size isn't updating in CMSMS 1.9.4.2
Posted: Thu Aug 04, 2011 7:05 pm
I'm not able to upload files over 2Mb on a CMSMS site. I just upgraded from 1.9.2 to 1.9.4.2 to eliminate any known bugs and the System Information page shows no errors, warnings, or conflicts. I have the following settings in the root .htaccess file:
I've cleared the cache and even tried adding the following to my config.php file:
No matter what I do, I'm not able to change the max_upload_size value from 2000000 on the System Information page. More importantly, I can't upload files larger than 2Mb.
I know this issue has been mentioned a few times, but I couldn't find any forum posts that were able to help me resolve my issue. My apologies if this is a duplicate post. Please let me know if I missed something.
Code: Select all
php_value upload_max_filesize 10M
php_value post_max_size 20M
php_value memory_limit 24M
Code: Select all
$config['max_upload_size'] = 10485760;
I know this issue has been mentioned a few times, but I couldn't find any forum posts that were able to help me resolve my issue. My apologies if this is a duplicate post. Please let me know if I missed something.