Notice: Undefined index

I’m now getting the following error

Notice: Undefined index: LBL_SEARCH in C:\xampp\htdocs\suitecrm\modules\ModuleBuilder\views\view.wizard.php on line 295
{“center”:{“title”:“Doctors Layouts”,“crumb”:"""</a> “”</a> | Module Builder</a> > Doctors</a> > Layouts</span>

","content":"
\n\t
<\/div>\n\n\t
Select a layout to edit.<\/div>\n\t
\n\n\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\t \n\t\t\t \n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t<\/a><\/td>\n\t\t\t\t\t <\/tr>\n\t\t\t\t\t

I’m now getting the following error

Notice: Undefined index: LBL_SEARCH in C:\xampp\htdocs\suitecrm\modules\ModuleBuilder\views\view.wizard.php on line 295
{“center”:{“title”:“Doctors Layouts”,“crumb”:"""</a> “”</a> | Module Builder</a> > Doctors</a> > Layouts</span>

","content":"
\n\t
<\/div>\n\n\t
Select a layout to edit.<\/div>\n\t
\n\n\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\t \n\t\t\t \n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t<\/a><\/td>\n\t\t\t\t\t <\/tr>\n\t\t\t\t\t

EDIT: Errors can be suppressed by modifying the php.ini file
Modify error_reporting so it does not include Notices and Warnings.

The entry should look like this: error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING