Deployment is made on VM (Ubuntu 18.04.5 live Server amd64) running on QNAP using https://www.apachefriends.org/xampp-files/7.3.26/xampp-linux-x64-7.3.26-0-installer.run and bitnami-orangehrm-4.7-0-module-linux-x64-installer.run
PIM I want to add certain attachments for employees and it says now “Accepts up to 1MB” files.
I’ve read https://docs.bitnami.com/installer/apps/orangehrm/administration/increase-upload-limit-php/
It says “Modify the following options in the installdir/php/etc/php.ini” - is install dir in my case to be /opt/lampp? If yes I have only:
/opt/lampp/php$ ls
man
no /etc
Only one php.ini is here
/opt/lampp/etc
But it says:
post_max_size=40M
upload_max_filesize=40M
Even larger than written in instructions.
Did I look for incorrect php.ini? If yes please advise.