XF 2.2 Increase the memory limit for upload files

Alfre_DGR

New member
Hello, I would like to increase the memory capacity to upload larger files. I changed the limit in resource manager but it still doesn't work. They told me I had to touch certain files. I would appreciate it if someone could help me

1702644178932.webp


1702644267699.webp
 
There are various server side settings which may need to be increased to allow large files to be uploaded.

For PHP, variables such as:
post_max_size
upload_max_filesize
upload_tmp_dir

You may also need to adjust some MySQL values, such as:
max_allowed_packet
max_packet_size
wait_timeout
 
Where can I find those settings, I am new and the truth is that the developer who was helping me create the page has scammed me and left me stranded and I am trying to do it on my own
 
Top Bottom