What app is this about, and its version: 1.13.5~ynh1 What YunoHost version are you running: 12.1.23 What type of hardware are you using: Old laptop or computer
Describe your issue
Hello, I have an issue that I can’t upload an mp3 more than 50mb. I understand that this can be done modifying the php config with nano. However, I don’t know how I access this. I did try sudo nano /etc/php/8.2.29/apache2/php.ini but this took me to a blank config so I’m assuming I’m in the wrong place.
I also tried find / iname php.ini and result said No such file or directory.
UPDATE - I found the nano file at /etc/php/8.3.fpm/php.ini and have changed upload_max_filesize to 500M, doubled memory_limit to 16 and increased post_max_size have restarted the service (and rebooted the server) but the issue persists.
Appreciate this is a very n00b request but command line I find quite confusing.
Wow I’ve spent so much time trying to figure this out, very much appreciated
One other question, I’ve increased upload_max in the main php. config files, this isn’t likely to cause me any issues is it, I can change them back easy enough but if it’s not a potential issue I’ll just leave it.