Describe the issue or problem
I am running OJS inside docker, using the official images.
When I upload a PDF of 3MB, I get a “wrong file size” message. Accordingly with google, this is an issue regarding max post size, and max upload size.
Steps I took leading up to the issue
I executed bash inside the docker image, and searched for php.ini.
Found this one ONLY: /var/www/html/lib/pkp/lib/vendor/league/commonmark/docker/config/php.ini
Tried to change its contents, adding:
upload_max_filesize = 64M
post_max_size = 64M
But nothing changed.
I also suspect this php.ini is not the right one, but not sure.
What application are you using?
For example, OJS 3.5 latest docker image