• 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 upload image. FTP

evil

Chevereto Member
You cannot upload images when external storage is enabled as FTP, but when it is disabled, uploading works
Now local storage is set up so you can add photos

▶ Reproduction steps
  1. Upload image when external storage is enabled
😢 Unexpected result

Can't upload image

📃 Error log message

{"status_code":500,"error":{"message":"\u26a0 errorId #e9a1a139f8bed49a","errorId":"e9a1a139f8bed49a","code":400},"status_txt":"Internal Server Error"}
 

Attachments

  • error 1.jpg
    error 1.jpg
    47.9 KB · Views: 15
  • error 2.jpg
    error 2.jpg
    11.6 KB · Views: 15
  • error 3.jpg
    error 3.jpg
    13.5 KB · Views: 14
Provide the actual error not the front facing message.
[Mon May 31 12:11:47.881578 2021] [proxy_fcgi:error] [pid 3683:tid 140295944677120] [client xxxxxxx:xxxx] AH01071: Got error 'PHP message: \nAw, snap! Internal Server Error [debug @ error_log] - https://v3-docs.chevereto.com/setup/troubleshoot/debug.html\n\n** errorId #e9a1a139f8bed49a **\n>> Exception [400]: \xc5\xbb\xc4\x85danie odrzucone (auth_token)\nAt /app/routes/route.json.php:21\n\nStack trace:\n#0 /lib/G/classes/class.handler.php(230): G\\Handler->{closure}()\n#1 /lib/G/classes/class.handler.php(130): G\\Handler->processRequest()\n#2 /app/web.php(411): G\\Handler->__construct()\n#3 /app/loader.php(230): require_once('/app/web.php')\n#4 /index.php(20): include_once('/app/loader.php')\n'
 
You are having auth token issues, check your session provisioning.
 
You are having auth token issues, check your session provisioning.

Ok sessions works but now i got this issue

[Mon May 31 20:26:56.899270 2021] [proxy_fcgi:error] [pid 17862:tid 140598777095936] [client xxx:xxx] AH01071: Got error 'PHP message: \nAw, snap! Internal Server Error [debug @ error_log] - https://v3-docs.chevereto.com/setup/troubleshoot/debug.html\n\n** errorId #dea5193f9bebae94 **\n>> ErrorException [0]: ftp_chdir(): Can't change directory to /www/images/2021/05/31/: No such file or directory\nAt /app/lib/classes/class.ftp.php:130\n\nStack trace:\n#0 unknown file(unknown line): G\\errorsAsExceptions()\n#1 /app/lib/classes/class.ftp.php(130): ftp_chdir()\n#2 /app/lib/classes/class.storage.php(258): CHV\\Ftp->mkdirRecursive()\n#3 /app/lib/classes/class.image.php(869): CHV\\Storage::uploadFiles()\n#4 /app/routes/route.json.php(88): CHV\\Image::uploadToWebsite()\n#5 /lib/G/classes/class.handler.php(230): G\\Handler->{closure}()\n#6 /lib/G/classes/class.handler.php(130): G\\Handler->processRequest()\n#7 /app/web.php(411): G\\Handler->__construct()\n#8 /app/loader.php(230): require_once('/app/web.php')\n#9 /index.php(20): include_once('/app/loader.php')\n', referer: https://nfhost.me/

Uploading works fine when I create this folder manually on FTP
 
Can you provide me with a test FTP/SFTP similar to the one you are using? I need to detect why is failing to create these directories.
 
Update: I've found a bug related to this, good news is that is already fixed and pending release. Sorry for the trouble.
 
Back
Top