Page 1 of 1

File size exceeds allowed limit

Posted: Wed May 19, 2021 5:16 am
by ustalo
File size exceeds allowed limit (50M). You can increase the limit by increasing the PHP setting "post_max_size".

Masters, where I have to change allowed size?

I try plug-in Uploader
when upload finish i see - forbidden
files does not upload to server

Re: File size exceeds allowed limit

Posted: Wed May 19, 2021 10:22 am
by manu
50MB is pretty much for file upload.
See settings > images maxsize and Download maxsize. Check for php.ini setting in the tooltip there.

Re: File size exceeds allowed limit

Posted: Wed May 19, 2021 1:15 pm
by ustalo
I try upload not a image, audio, media. I i did not found any file
php.ini

Re: File size exceeds allowed limit

Posted: Wed May 19, 2021 1:26 pm
by ustalo
where is php.ini ?

Re: File size exceeds allowed limit

Posted: Wed May 19, 2021 2:37 pm
by cmb
ustalo wrote:
Wed May 19, 2021 1:26 pm
where is php.ini ?
Go to Settings → Info → PHP Info. The locations of the ini file(s) should be listed there. If you're on shared hosting, you may not be allowed to modify these files.

Re: File size exceeds allowed limit

Posted: Thu May 20, 2021 7:19 am
by ustalo
Thx. I see, php.ini depend to hosting, not cmsimple.

Re: File size exceeds allowed limit

Posted: Thu May 20, 2021 7:36 am
by olape

Re: File size exceeds allowed limit

Posted: Thu May 20, 2021 9:33 pm
by cmb
ustalo wrote:
Wed May 19, 2021 5:16 am
I try plug-in Uploader
when upload finish i see - forbidden
files does not upload to server
Please try to change this line to:

Code: Select all

        $config['chunk_size'] = '1000000';