• 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

Can't add new SFTP storage

lovedigit

👽 Chevereto Freak
▶ Reproduction steps
  1. Go to dashboard > settings > External Storage
  2. Add new storage
  3. Enter all the details and press submit
😢 Unexpected result
The form spinner animation is shown, and does nothing after that. When error log is enabled, the following trace is logged on the server.


📃 Error log message

Aw, snap! Internal Server Error [debug @ print,error_log] - https://v3-docs.chevereto.com/setup/debug.html

Fatal error [0]: syntax error, unexpected ';'
Triggered in /app/lib/classes/class.sftp.php:50

Stack trace:
#0 unknown file(unknown line): class_autoloader()
#1 /app/lib/classes/class.storage.php(588): spl_autoload_call()
#2 /app/lib/classes/class.storage.php(169): CHV\Storage::requireAPI()
#3 /app/lib/classes/class.storage.php(415): CHV\Storage::uploadFiles()
#4 /app/lib/classes/class.storage.php(473): CHV\Storage::test()
#5 /app/routes/route.json.php(874): CHV\Storage::insert()
#6 /lib/G/classes/class.handler.php(230): G\Handler->{closure}()
#7 /lib/G/classes/class.handler.php(130): G\Handler->processRequest()
#8 /app/web.php(471): G\Handler->__construct()
#9 /app/loader.php(299): require_once('/app/web.php')
#10 /index.php(20): include_once('/app/loader.php')" while reading response header from upstream, client: 103.253.150.140, server: domain.com, request: "POST /json HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm-domain.sock:", host: "domain.com", referrer: "https://domain.com/dashboard/settings/external-storage"
 
Back
Top