Re: How to assure that php.ini is being obeyed?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I set display_errors, startup_errors, track_errors On in php.ini, restarted Apache and reran an upload session.
The only error message displayed upon attempt to upload a large file is "This document contains no data"
The specified log file is empty.
I am using Apache 2.0, but could not find LimitRequestBody in httpd.conf
I am not desperate, because the other server is working with large files. But I am really curious on why this
server has this limitation.
M. Sokolewicz wrote:


Sebastian Mendel wrote:

Llc Mailit wrote:

My problem: To upload large files.
Although /etc/php.ini on my Linux server specifies
upload_max_filesize = 8M
post_max_size = 8M
only files smaller than 512 kB are uploaded, while larger files fail with message
"This document contains no data"



quota? free space? try setting display_errors and startup_errors on try track_errors with on

also, when using apache 1.3.2 or later, see the LimitRequestBody directive.


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux