• 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

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