Hi,
I have a error when I try tu opload a file in OMP
PHP Warning: POST Content-Length of 9093445 bytes exceeds the limit of 8388608 bytes in Unknown on line 0, referer: http://libros/index.php/u/workflow/index/3/5
In php.ini:
upload_max_filesize= 20M
Where is the error?
Hi @dagosalas,
There are other settings that you probably need to adjust; see this FAQ entry.
Regards,
Alec Smecher
Public Knowledge Project Team
I changed this parameter:
post_max_size = 20M and it’s works!
It’s a bit strange, it’s my first time that I have to modify another parameter apart from the upload limit.