• 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

error when running cron

crystyv

Chevereto Member
Dear user, kindly note that Tech Support is free, but please note:

  • ⚠️ Check hotfixes first
  • ⏳ Ticket response time is within 72-hours if you need a faster response purchase Extra Support
  • 🇨🇱 Support is delivered in CLST working hours
  • 🚧 Tech Support only covers software issues
▶ Reproduction steps
  1. [Example: Update from X to Y]
  2. [Example: Open the website]
  3. [Example: Go to /upload and upload a X image]
😢 Unexpected result

[Example: The website responds with a 500 error, in some routes it is just a white screen. The debug from the server is... ]

📃 Error log message

[Example: Must attach/paste the server error log relevant to this issue]
 
Hello

When I running cron script, following error is occurring:

[lokomotiv@h1 ~]$ php /home/lokomotiv/domains/storage.lokomotiv.ro/public_html/cli.php -C cron
  • Processing storageDelete
  • Processing checkHtaccess
  • Enforce .htaccess files
✅ [DONE] Enforce completed (everything OK)
  • Processing deleteExpiredImages
  • Processing tryForUpdates

Aw, snap! Internal Server Error [debug @ error_log]

** errorId #b1b114bafbf40606 **
> ErrorException [0]: Undefined array key "expires_gmt"
At /home/lokomotiv/domains/storage.lokomotiv.ro/public_html/app/lib/classes/class.lock.php:37

Stack trace:
#0 /home/lokomotiv/domains/storage.lokomotiv.ro/public_html/app/lib/classes/class.lock.php(37): G\errorsAsExceptions()
#1 /home/lokomotiv/domains/storage.lokomotiv.ro/public_html/app/cron.php(100): CHV\Lock->create()
#2 /home/lokomotiv/domains/storage.lokomotiv.ro/public_html/app/cron.php(32): tryForUpdates()
#3 /home/lokomotiv/domains/storage.lokomotiv.ro/public_html/app/loader.php(233): require_once('/home/lokomotiv/domains/storage.lokomotiv.ro/public_html/app/cron.php')
#4 /home/lokomotiv/domains/storage.lokomotiv.ro/public_html/cli.php(36): include_once('/home/lokomotiv/domains/storage.lokomotiv.ro/public_html/app/loader.php')
 
Back
Top