The error you provided is strange. That class canât be missing, otherwise nothing in SuiteCRM will work. I canât make much from it, and you donât seem to have any further cluesâŚ
I canât think of any more troubleshooting except things that need to be done locally like debuggingâŚ
@pgr , I understand . When I go include require_once(âvendor/smarty/smarty/libs/Smarty.class.phpâ); this line at include/Sugar_Smarty.php , the error has gone and I can see below error in the console
index.php?module=UpgradeWizard&action=index&step=4&additional_step=true:10 Uncaught ReferenceError: SUGAR is not defined
@pgr , We configured server fresh with compatible matrix & was able to upgrade suitecrm to 7.13 version successfully.
We also upgraded our PHP to â8.0â version , as soon as we upgraded our PHP below error popped up
can you please help to fix it out Fatal error : Declaration of Timesheet::create_new_list_query($order_by, $where, $filter, $params, $show_deleted, $join_type, $return_array, $parentbean, $singleSelect = false) must be compatible with SugarBean::create_new_list_query($order_by, $where, $filter = [], $params = [], $show_deleted = 0, $join_type = ââ, $return_array = false, $parentbean = null, $singleSelect = false, $ifListForExport = false) in /var/www/html/modules/Timesheet/Timesheet.php on line 210
@pgr Yep this is a custom module , thank you figured out and updated as per the core code.
however I m facing below error now Fatal error : Uncaught TypeError: Illegal offset type in /var/www/html/custom/application/Ext/JSGroupings/jsgroups.ext.php:11 Stack trace: #0 /var/www/html/jssource/JSGroupings.php(219): require() #1 /var/www/html/jssource/minify_utils.php(95): require(â/var/www/html/jâŚâ) #2 /var/www/html/include/MVC/View/SugarView.php(937): ConcatenateFiles(â.â) #3 /var/www/html/include/MVC/View/SugarView.php(1246): SugarView->_displayJavascript() #4 /var/www/html/include/MVC/View/SugarView.php(414): SugarView->renderJavascript() #5 /var/www/html/include/MVC/View/SugarView.php(202): SugarView->displayHeader() #6 /var/www/html/include/MVC/Controller/SugarController.php(432): SugarView->process() #7 /var/www/html/include/MVC/Controller/SugarController.php(363): SugarController->processView() #8 /var/www/html/include/MVC/SugarApplication.php(101): SugarController->execute() #9 /var/www/html/index.php(53): SugarApplication->execute() #10 {main} thrown in /var/www/html/custom/application/Ext/JSGroupings/jsgroups.ext.php on line 11
I fear that your installation might be broken. If you have a backup from before the upgrade attempt, consider going back to it.I hope youâre doing this on a test instance, not on your main serverâŚ
I canât help much with just that bit of information, youâll have to do some more diagnostic yourself. Ideally, connect a debugger and step through the code.