• 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.
  • 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