Modules Studio issue in 7.1.3?

Hi, I’ve encountered an error while trying to do a few things in the Modules Studio (Administration>Developer Tools>Studio). I’ve attached a screenshot of one of the error pages that I’m getting now.

This kind of error, primarily “Warning: Invalid argument supplied for foreach() in C:\inetpub\mlcrm\modules\ModuleBuilder\parsers\views\GridLayoutMetaDataParser.php” occurs in these pages:
Modules>Accounts>Labels
Modules>Layouts>EditView
Modules>Layouts>DetailView

All other pages in the Modules Studio viewer are working fine.

System specs:
Windows Server 2008R2
SuiteCRM 7.1.3
MSSQL Express 64bit
PHP 5.6

Any tips or assistance on what could be causing this, if its a bug or error on my part, would be greatly appreciated.
Thank you,
Patrick

Hi there,

Disable warnings/notices in your php.ini, restart your web-server and re-try.

Thanks,

Will.

1 Like

Thank you will, that solved the issue!