• 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

Issues for installing 3.15.2 on IIS+php+MySQL

ck3300503

Chevereto Member
🎯Description of the issue

The system fails when trying to upload a image

▶🚶‍Reproduction steps
  1. I had a site uses chevereto 3.6.8, It works fine.
  2. Update to chevereto 3.15.2.
  3. Site can login and go to dashboard.
  4. Try to upload an image but fail.
  5. Clean install other site with chevereto 3.15.2 and had same issue
😢Unexpected result

Images are not getting uploaded at all and the system throws " test.jpg - Concurrency: Downstream gone, aborting operation "

📃Error log message
 
The error message is telling that the uploaded file just uploaded was lost due to concurrency, in other words, the file just uploaded dissapears.

This is entirely on your file system as the system simply notifies that the file is gone, is not that Chevereto removes that file.

Why your server is removing these is something that I can't answer, in fact, I hoped that the error was just your server being busy. I don't have any remote idea on why your server is doing that in the the file system.

Need to debug the server to give you more info, but please note that I have next to nothing experience with IIS based servers.
 
I have two servers,
One is my own server with Win Server 2016+PHP5.6+MySQL5.6
Another one is Azure VM with Win Server 2019+PHP5.6+MySQL5.6
I installed chevereto on this two servers and had same issue

I traced the log and found that although I set php.ini upload_tmp_dir to D:\tmp, but when I upload an image by chevereto,
It still uploads to the default dir C:\windows\Temp\

Maybe doesn't use the upload_tmp_dir setting.

Then I tried change the permissions of the folder C:\windows\Temp\ set IUSR have write, read, modify, etc.

Finally, It works!
 
Back
Top