• 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

Something went wrong

Version
3.2
Website URL
https://imgto.cc
PHP version
7.4
Database driver
MySQL
Database version
5.7
Web browser
google

imgto

Chevereto Member
Hello, there is an error message for uploading any file, the upload cannot be successful,There are errors in the attachment
thank you!
 

Attachments

  • error.png
    error.png
    51.7 KB · Views: 31
I'd say change the debug level temporary to see what's actually going on the error log?

Code:
Something went wrong: ⚠ errorId #00bbde8d62039f77

Printed debug is enabled because debug_level=3

> Can't upload 'Chevereto_test_2021-12-16_05h26m06s.png'

#0 /home/nmela/public_html/app/lib/classes/class.storage.php(266): CHV\Ftp->put(Array)
#1 /home/nmela/public_html/app/lib/classes/class.storage.php(422): CHV\Storage::uploadFiles(Array, Array)
#2 /home/nmela/public_html/app/lib/classes/class.storage.php(515): CHV\Storage::test(Array)
#3 /home/nmela/public_html/app/routes/route.json.php(682): CHV\Storage::update('1', Array)
#4 /home/nmela/public_html/lib/G/classes/class.handler.php(230): G\Handler->{closure}(Object(G\Handler))
#5 /home/nmela/public_html/lib/G/classes/class.handler.php(130): G\Handler->processRequest()
#6 /home/nmela/public_html/app/web.php(410): G\Handler->__construct(Array)
#7 /home/nmela/public_html/app/loader.php(242): require_once('/home/nmela/pub...')
#8 /home/nmela/public_html/index.php(20): include_once('/home/nmela/pub...')
#9 {main}
 
I have found this issue, ConfigServer Security & Firewall - csf will block External storage is BunnyCDN FTP. So we have disabled Firewall but any one know that how to allow BunnyCDN FTP in Firewall?
 
He has external storage, where I have self-hosted storage. So I thought the resolution to BunnyCDN FTP will not address my issue. That's why I asked again. but let me open a ticket. Thank you.

I did not quote my reply because of the same reason; but to debug your error log the same way I proposed.
 
Back
Top