• 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

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