• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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