Re: Can't change upload_max_filesize [message #183145 is a reply to message #183120] |
Thu, 10 October 2013 20:32 |
Tobiah
Messages: 30 Registered: April 2011
Karma:
|
Member |
|
|
On 10/09/2013 02:49 PM, Christoph Michael Becker wrote:
> Tobiah wrote:
>
>> I set upload_max_filesize, and post_max_size in my
>> php.ini to very large values, and restarted apache. I still can't upload
>> files larger than about 1MB. They just silently fail.
>> I check phpinfo() and both of the limits are listed
>> as the small defaults (2M and 8M). Why do the php.ini
>> settings have no effect? I Googled and found at least
>> one person with the exact same complaint.
>>
>> PHP 5.3.10
>
> Have you checked that this php.ini is actually in use? See phpinfo()'s
> "Configuration File (php.ini) Path" and the following entries.
>
That's a great idea, but it seems that I was editing the
correct file:
/etc/php5/apache2/php.ini
as reported by phpinfo()
In that file, I've changed upload_max_filesize and post_max_size
to 200M, also tried 200000000 but phpinfo still reports their
values at 2M and 8M, and large uploads still fail.
Thanks,
Tobiah
|
|
|