• 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

The issue with uploading images and running cron

missliao

Chevereto Member
▶ Reproduction steps

Write down here all the steps required to trigger the incident. Follow the example below:
  1. Upload an image.
😢 Unexpected result

Chevereto returns the following text:
No image have been uploaded
Some errors have occurred and the system couldn't process your request.

📃 Error log message

  • Fortnite 3_21_2022 10_27_42 PM.png - Something went wrong:⚠ errorId #238e81c119fcfd23
    Printed debug is enabled because debug_level=3
    Return value of Illuminate\Container\Container::eek:ffsetGet() must be an instance of Illuminate\Container\mixed, array returned
    #0 /web/jpg.dog/app/vendor/illuminate/cache/CacheManager.php(349): Illuminate\Container\Container->offsetGet()
    #1 /web/jpg.dog/app/vendor/illuminate/cache/CacheManager.php(58): Illuminate\Cache\CacheManager->getDefaultDriver()
    #2 /web/jpg.dog/app/vendor/obregonco/backblaze-b2/src/Client.php(104): Illuminate\Cache\CacheManager->store()
    #3 /web/jpg.dog/app/vendor/obregonco/backblaze-b2/src/Client.php(83): obregonco\B2\Client->createCacheContainer()
    #4 /web/jpg.dog/app/lib/classes/class.storage.php(563): obregonco\B2\Client->__construct()
    #5 /web/jpg.dog/app/lib/classes/class.storage.php(172): CHV\Storage::requireAPI()
    #6 /web/jpg.dog/app/lib/classes/class.image.php(882): CHV\Storage::uploadFiles()
    #7 /web/jpg.dog/app/routes/route.json.php(90): CHV\Image::uploadToWebsite()
    #8 /web/jpg.dog/lib/G/classes/class.handler.php(230): G\Handler->{closure}()
    #9 /web/jpg.dog/lib/G/classes/class.handler.php(130): G\Handler->processRequest()
    #10 /web/jpg.dog/app/web.php(415): G\Handler->__construct()
    #11 /web/jpg.dog/app/loader.php(239): require_once('/web/jpg.dog/ap...')
    #12 /web/jpg.dog/index.php(20): include_once('/web/jpg.dog/ap...')
    #13 {main}

And it seems cron is run into a similar problem

  • Processing cleanUnconfirmedUsers
  • Processing storageDelete

Aw, snap! Internal Server Error [debug @ print,error_log] - https://chv.to/v3debug

** errorId #e7eaf1f7f59b5afc **
> TypeError [0]: Return value of Illuminate\Container\Container::eek:ffsetGet() must be an instance of Illuminate\Container\mixed, array returned
At /web/jpg.dog/app/vendor/illuminate/container/Container.php:1417

Stack trace:
#0 /web/jpg.dog/app/vendor/illuminate/cache/CacheManager.php(349): Illuminate\Container\Container->offsetGet()
#1 /web/jpg.dog/app/vendor/illuminate/cache/CacheManager.php(58): Illuminate\Cache\CacheManager->getDefaultDriver()
#2 /web/jpg.dog/app/vendor/obregonco/backblaze-b2/src/Client.php(104): Illuminate\Cache\CacheManager->store()
#3 /web/jpg.dog/app/vendor/obregonco/backblaze-b2/src/Client.php(83): obregonco\B2\Client->createCacheContainer()
#4 /web/jpg.dog/app/lib/classes/class.storage.php(563): obregonco\B2\Client->__construct()
#5 /web/jpg.dog/app/lib/classes/class.queue.php(90): CHV\Storage::requireAPI()
#6 /web/jpg.dog/app/cron.php(50): CHV\Queue::process()
#7 /web/jpg.dog/app/cron.php(32): storageDelete()
#8 /web/jpg.dog/app/loader.php(239): require_once('/web/jpg.dog/app/cron.php')
#9 /web/jpg.dog/cli.php(36): include_once('/web/jpg.dog/app/loader.php')

Aw, snap! Internal Server Error [debug @ print,error_log] - https://chv.to/v3debug

** errorId #e7eaf1f7f59b5afc **
> TypeError [0]: Return value of Illuminate\Container\Container::eek:ffsetGet() must be an instance of Illuminate\Container\mixed, array returned
At /web/jpg.dog/app/vendor/illuminate/container/Container.php:1417

Stack trace:
#0 /web/jpg.dog/app/vendor/illuminate/cache/CacheManager.php(349): Illuminate\Container\Container->offsetGet()
#1 /web/jpg.dog/app/vendor/illuminate/cache/CacheManager.php(58): Illuminate\Cache\CacheManager->getDefaultDriver()
#2 /web/jpg.dog/app/vendor/obregonco/backblaze-b2/src/Client.php(104): Illuminate\Cache\CacheManager->store()
#3 /web/jpg.dog/app/vendor/obregonco/backblaze-b2/src/Client.php(83): obregonco\B2\Client->createCacheContainer()
#4 /web/jpg.dog/app/lib/classes/class.storage.php(563): obregonco\B2\Client->__construct()
#5 /web/jpg.dog/app/lib/classes/class.queue.php(90): CHV\Storage::requireAPI()
#6 /web/jpg.dog/app/cron.php(50): CHV\Queue::process()
#7 /web/jpg.dog/app/cron.php(32): storageDelete()
#8 /web/jpg.dog/app/loader.php(239): require_once('/web/jpg.dog/app/cron.php')
#9 /web/jpg.dog/cli.php(36): include_once('/web/jpg.dog/app/loader.php')
 

Attachments

  • 1648187107030.png
    1648187107030.png
    118.3 KB · Views: 1
Back
Top