Error during deleting the fields of account Suite CRM version 7.10.7

Notice: Only variables should be passed by reference in C:\xampp\htdocs\greenline\modules\ModuleBuilder\parsers\views\GridLayoutMetaDataParser.php on line 382

Notice: Only variables should be passed by reference in C:\xampp\htdocs\greenline\modules\ModuleBuilder\parsers\views\GridLayoutMetaDataParser.php on line 382

Notice: Only variables should be passed by reference in C:\xampp\htdocs\greenline\modules\ModuleBuilder\parsers\views\GridLayoutMetaDataParser.php on line 382
{“center”:{“title”:“Edit Fields”,“crumb”:"""</a> “”</a> | Studio</a> > Accounts</a> > Fields</span>

“,“content”:”\n\n
\n \n\n</div>\n\n
\n\n
</div>\n* field created in Studio</h3>\n

How to solve this ???

You should simply turn off display_errors in your php.ini, that is best practice.

This will stop these messages from going on screen, you can still track them in the logs, which is where they should be.

Most PHP notices are safe to ignore, I suggest you ignore these (once they stop crippling your screen layout) unless you detect some loss of functionality in the app.