Upgraded from 7.13 to 7.14 - Now "Case" Page Grid Won't Load

@pgr @abuzarfaris - I ‘think’ I may have discovered another issue that seems related to this discussion from a couple weeks ago:

I’m getting these errors when trying to edit the Detail View, or Edit View on Accounts, Leads, and Cases (perhaps more) Modules.

“Smells” like a similar issue that results in the template failing?

Can you confirm this might be ‘broken’ globally?

Mon Oct 2 14:48:05 2023 [894][1][FATAL] Exception handling in /var/www/html/include/MVC/Controller/SugarController.php:397
Mon Oct 2 14:48:05 2023 [894][1][FATAL] Exception in Controller: Syntax error in template “file:/var/www/html/themes/BadKarmaTheme/modules/ModuleBuilder/tpls/layoutView.tpl” on line 92 “{eval var=$col.label data2=$col assign=‘newLabel’}” unexpected ‘data2’ attribute
Mon Oct 2 14:48:08 2023 [894][1][FATAL] Exception handling in /var/www/html/include/MVC/Controller/SugarController.php:397
Mon Oct 2 14:48:08 2023 [894][1][FATAL] Exception in Controller: Syntax error in template “file:/var/www/html/themes/BadKarmaTheme/modules/ModuleBuilder/tpls/layoutView.tpl” on line 92 “{eval var=$col.label data2=$col assign=‘newLabel’}” unexpected ‘data2’ attribute

1 Like

No I think this is just broken in your theme

1 Like

Shoot…I didn’t try to change themes…
Turns out, if I switch to SuiteP, I can now edit the layouts.
So it DOES seem to be limited to my theme.
Thanks for the point in the right direction!

What is the ‘best practice’ for modifying the theme??
I made mostly just color/style changes.

Thanks!

NVM - I found the sub-theme documentation, and have my theme style migrated to a sub-theme of SuiteP.
(Although I don’t see a way to ‘uninstall’ my custom theme…heh…)

Thank you Sir!

@TobyTkd,

As per compatibility matrix, we should use PHP 8.1 or 8.2 for 7.14. Are you able to run 7.14 using PHP 7.x?

Yes, it was running ok…but on your comment, I’ve now upgraded to 8.2.
Thanks!