• 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

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