• 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

Uploading large pictures shows errors

Status
Not open for further replies.

qq228680278

Chevereto Member
网址
<私人>

Chevereto版本
3.9.5

说明问题
My upload maximum is set to 100M
The maximum execution size is set to 100M
The maximum execution time is set to 36000s
Upload pictures of size 12M
Display error reporting server error (internal server error)
F12 display / JSON 500 error
Small memory image without error
 
Last edited:
Logs will be at your server error_log file. The location of this file varies from server to server.

If the issue is related to big images then you must increase all php ini related limits and if that doesn't work then you need a bigger machine.

The ssl issue is not related to Chevereto because Chevereto doesn't touch that thing.
 
Find out your php ini memory_limit

You'll going to need quite a bit to process a 12MB image if it has a high bits per pixel density.

64Mb would not be enough. Try 128MB as a starting point and go from there.
 
Find out your php ini memory_limit

You'll going to need quite a bit to process a 12MB image if it has a high bits per pixel density.

64Mb would not be enough. Try 128MB as a starting point and go from there.
I changed memory_limit to 256M to solve the problem of large images. Thank you
 
Status
Not open for further replies.
Back
Top