• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Can not upload large image

Status
Not open for further replies.

phansontt

Chevereto Member
Hi,

I've increase the allow upload size in php to 16MB. Also set the max file upload in dashboard admin to 12MB.
ScreenShot2016-10-14at7.50.34PM.png

but when I try to upload a large image more than 2Mb it get internal error. Also tried to turn on all error display ... in php.ini but never get any use full error message to debug even in the php-fpm error log file
ScreenShot2016-10-14at7.54.18PM.png


full phpinfo here: http://imgur.com/a/ezO5R
I use nginx + php-fpm
 
thank @neoark 🙂

I forgot to add this to my nginx 🙂)

Code:
client_body_in_file_only clean;
client_body_buffer_size 32K;

client_max_body_size 16M;

sendfile on;
send_timeout 300s;
 
Status
Not open for further replies.
Back
Top