• 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

Max Upload Size

loopist

Chevereto Member
🎯Description of the issue

I'm running into a max upload size limit. I've changed php.ini, I've added the correct entries in the .htaccess files. When I run this on my server to get the PHP settings, it's showing a 64MB limit

<?php
phpinfo();
?>

post_max_size64M64M
upload_max_filesize64M64M

So I would think everything is fine on the server side.

Also in the Chevereto Dashboard it shows this:

  • Max. upload file size:64 MB
  • Max. post size:64 MB
I'm using the 1.1.3 free version

▶🚶‍Reproduction steps
  1. Go to Dashboard > click on upload
  2. Select a file from the system
  3. File is 5MB
😢Unexpected result

Images are not getting uploaded at all and the system throws "IMG_2293.JPG - File too big."

Additionally, on the top left it says"JPG PNG BMP GIF 2 MB"


📃Error log message

No errors in the error log...probably due to logging level
 
Sorry, I saw this on another thread. This didn't look accessible from the standard links on the product, but going here directly helped me:

/dashboard/settings/image-upload
 
Back
Top