• 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
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Max upload size issue

seanbrai

Chevereto Member
I am trying to set the max upload file size and the system is tell me to select a value no more than 0 and doesn't allow me to save changes. How do I fix this?
1638955215247.png
 
Hi,

I'm afraid that this issue may be related to your server setup. Where it reads = 512 and = 516. That PHP ini size value is expressed in bytes, in your conflicting config you are using 512 bytes and 516 bytes.

1639586779046.png

You need to use upload_max_filesize = 512M and post_max_size = 516M
 
Back
Top