Question
upload_max_filesize in php.ini (one more time)
Hello! I’ve created one click instalaltion.
So now I have problem with chfnging uploadmaxfilesize in php.ini.
I’ve found 2 files using: find / -name php.ini
/etc/php5/cli/php.ini
/etc/php5/apache2/php.ini
Then I’ve changed uploadmaxfilesize and restarted apache using: sudo service apache2 restart
But problem is still exists. Please help!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
From the command line you can run:
php -i | grep “Loaded Configuration File”
This will tell you the location of the php.ini file you will need to edit.