• 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

Upload image over 1mb not working with browse from computer but worked with url upload

Ivangr85

Chevereto Member
🎯Description of the issue

When i tried to upload bigger images i am getting error, it is failing to upload (internal server error). This happens when i upload from computer, but when i try upload from url of that same image it is working.

▶🚶‍Reproduction steps
  1. Go to Dashboard > Upload > Upload image from your computer
  2. Select image and click open and then private upload
😢Unexpected result

Images are not getting uploaded at all and the system throws "An error occurred, try again later". When i click on error report it is saying "Server error (Internal server error) "

📃Error log message

I'v enabled error logging and set debug level to 3 but there is nothing in error logs nor it displays any errors.
 
This might out of consideration, but do you have any PHP_Upload limit or webserver upload limit existed? (Or any CDN/WAF that have this feature deployed?)
 
Php limits for max post size and max upload size are 32MB, execution time 120s and memory limit 512mb. Site is running through cloudflare, but when i disable cludflare problem doesn't go away. Weird thing is url upload for same image is working.
 
413 errors occur when the request body is larger than the server is configured to allow. Here’s how you can fix it, depending on your web server:
You also might want to try increasing PHP’s upload_max_filesize and post_max_size settings in php.ini or using the php_value directive in your .htaccess file if you’re using Apache (http://davidwalsh.name/php-values-htaccess).
 
Back
Top