• 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

Exception thrown

Version
4.2.2
Website URL
https://resimyolu.com
PHP version
8.3
Database driver
MySQL
Database version
MySQL 5.7
Web browser
Chrome IE

aSpeNDos

Chevereto Member
Hello, after the server change chevereto stopped working.
I checked everything but could not fix the problems.
Can you help me with this?
Thank you.
 

Attachments

  • zz.png
    zz.png
    67.4 KB · Views: 13
Solution
401 means unauthorized, it happens when the sessions expires or if it happens constantly is because your sessions aren't working properly. You can tweak the session variables to pick another directory using CHEVERETO_SESSION_SAVE_PATH.
It looks like Chevereto is unable to write to the directory /home/resim/public_html/, which is usually caused by incorrect permissions or misconfiguration of the asset storage path.

The default settings point to the public application path that might not be writable on your server. You can resolve this by either adjusting the permissions (using chown) on the directory or updating the chv_settings table in your database to point asset_storage_bucket and asset_storage_url to a directory that is writable on your server.
 
Everything seems to be working normally, but when I edit something and click save in the panel, it gives a 401 error or the image does not load.
 

Attachments

  • zzz.png
    zzz.png
    51.7 KB · Views: 7
  • zz2.png
    zz2.png
    19.4 KB · Views: 7
  • zzz2.png
    zzz2.png
    5.3 KB · Views: 7
401 means unauthorized, it happens when the sessions expires or if it happens constantly is because your sessions aren't working properly. You can tweak the session variables to pick another directory using CHEVERETO_SESSION_SAVE_PATH.
 
Solution
Back
Top