Hi everyone, I jwas trying to upgrade my version of SuiteCRM from 7.11.7 to 7.11.9 but it fails when it copies the file from the new version showing to me a blank page like this
If I go on the upgrade wizard again it keeps me going to finish the upgrade by confirming the new layouts but after I finish the upgrade process some functionality are broken and I have found this errors in .log file
Sat Nov 9 23:58:19 2019 [12976][1][FATAL] Exception handling in C:\xampp\htdocs\SuiteCRM\include\MVC\Controller\SugarController.php:400
Sat Nov 9 23:58:19 2019 [12976][1][FATAL] Exception in Controller: Some garbage state left in stack (did you pop everything?)
Needs to restore:
[error_reporting.sugar_smarty_errors] => āsugar_smarty_errorsā
Sat Nov 9 23:58:19 2019 [12976][1][FATAL] backtrace:
#0 C:\xampp\htdocs\SuiteCRM\include\Sugar_Smarty.php(167): SuiteCRM\StateSaver->__destruct()
#1 C:\xampp\htdocs\SuiteCRM\include\Smarty\Smarty.class.php(1113): Sugar_Smarty->fetch(āmodules/Upgradeā¦ā, NULL, NULL, true)
#2 C:\xampp\htdocs\SuiteCRM\modules\UpgradeWizard\index.php(534): Smarty->display(āmodules/Upgradeā¦ā)
#3 C:\xampp\htdocs\SuiteCRM\include\MVC\View\SugarView.php(834): include_once(āC:\xampp\htdocsā¦ā)
#4 C:\xampp\htdocs\SuiteCRM\include\MVC\View\views\view.classic.php(72): SugarView->includeClassicFile(āC:/xampp/htdocsā¦ā)
#5 C:\xampp\htdocs\SuiteCRM\include\MVC\View\SugarView.php(226): ViewClassic->display()
#6 C:\xampp\htdocs\SuiteCRM\include\MVC\Controller\SugarController.php(435): SugarView->process()
#7 C:\xampp\htdocs\SuiteCRM\include\MVC\Controller\SugarController.php(375): SugarController->processView()
#8 C:\xampp\htdocs\SuiteCRM\include\MVC\SugarApplication.php(113): SugarController->execute()
#9 C:\xampp\htdocs\SuiteCRM\index.php(52): SugarApplication->execute()
#10 {main}
Sat Nov 9 23:58:19 2019 [12976][1][FATAL] Previous:
Sun Nov 10 00:10:29 2019 [12976][1][ERROR] Pop error level. Try to remove the error_reporting() function from your code.
Sun Nov 10 00:10:34 2019 [12976][1][ERROR] Pop error level. Try to remove the error_reporting() function from your code.
So I guess the upgrade has not been successful.
I have had the same problem about one month ago when I was trying to uodate from 7.11.7 to 7.11.8.
What could be the problem?