salesagility / SuiteCRM

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
4.42k stars 2.07k forks source link

Error while upgrading from 7.13.2 to 7.14.0 - Google_collection Not found #10148

Open TheGarious opened 1 year ago

TheGarious commented 1 year ago

Issue

I want upgrade my SuiteCRM 7.13.2 to 7.14.0 with this command line : ./vendor/bin/robo upgrade:suite /tmp/suitecrm-upgrade-7-13-x-to-7-14-0.zip upgrade.log . admin

Actual Behavior

I have this issue, after Upgrade Complete! log i have this error.

********************************************************************
*************************** SUCCESS*********************************
********************************************************************
******** If your pre-upgrade Leads data is not showing  ************
******** Or you see errors in detailview subpanels  ****************
************* In order to resolve them  ****************************
******** Log into application as Administrator  ********************
******** Go to Admin panel  ****************************************
******** Run Repair -> Rebuild Relationships  **********************
********************************************************************
 [Exec] Done in 01:09
➜  Upgrade Complete!
ERROR: Class 'Google_Collection' not found 
in /var/www/SuiteCRM/vendor/google/apiclient-services/autoload.php:21

Context

Your Environment

johnM2401 commented 1 year ago

Hey!

Thanks for getting in touch!

I've given this a few tries, but have not been able to replicate this so far, i'm afraid.

However, I have noticed that users have reported this issue on the Community Forums in the past: https://community.suitecrm.com/t/warnings-after-upgrade-to-7-11-21-class-google-service-and-more-not-found/81675/17

This post suggests removing the /vendor/ folder and recreating it via composer install --no-dev

(We recommend taking backups before this to ensure you can revert, should anything go wrong)


Would you be able to give this a try and let us know how things go?

If this does not resolve your issue, we can try to re-investigate

Thanks!