Error while upgrading from 7.13.0 to 7.14.0

Hi,

This has been addressed here:

@clemente.raposo Your solution is also valid, however, it doesn’t make sense to keep including this source file

require_once('include/SugarFields/Parsers/MetaParser.php');

when you also create a copy of the called method ā€œhasMultiplePanelsā€

I’d suggest not to duplicate the method to fix this.

As this poses an upgrade lock, please also consider issuing an upgrade patch for PHP8,… / (no upgrade lock because the new version MetaParser.php has been written before layout is being merged)