• 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

Errors on cron 4.0.9

Andy

Chevereto Member
I just recently upgraded from 3.20, after a successful upgrade, when I check the cron log:
Code:
/usr/local/php83/bin/php83 /home/site/domains/domain.tld/public_html/app/bin/legacy -C cron
PHP Warning:  Class "Google_Service" not found in /home/site/domains/domain.tld/public_html/app/vendor/google/apiclient-services/autoload.php on line 21
PHP Warning:  Class "Google_Service_Resource" not found in /home/site/domains/domain.tld/public_html/app/vendor/google/apiclient-services/autoload.php on line 21
PHP Warning:  Class "Google_Model" not found in /home/site/domains/domain.tld/public_html/app/vendor/google/apiclient-services/autoload.php on line 21
PHP Warning:  Class "Google_Collection" not found in /home/site/domains/domain.tld/public_html/app/vendor/google/apiclient-services/autoload.php on line 21
* Job: deleteExpiredImages
* Job: checkForNews
[!] Skipping news check
* Job: storageDelete
* Job: removeDeleteLog
* Job: cleanUnconfirmedUsers
* Job: checkForUpdates
[!] Skipping updates check
--
✅ [DONE] Cron tasks ran @ 2023-12-21 02:30:00
 
Update: Solved by backing up the app/env.php, removing the public_html folder, unzipping the new installer onto it, and copying app/env.php.

Also restored: /home/site/domains/domain.tld/public_html/content/images
 
Last edited:
Back
Top