Undefined index

I am new here just installed SuiteCRM 7.8.2 to my Xampp successfully. When I start to set up the user and assign the role to the security group the following message appear. Could any one tell me what is wrong?

Notice: Undefined index: editor in C:\xampp\htdocs\SuiteCRM\include\SugarFields\Fields\Text\SugarFieldText.php on line 89

You could try turning off notices in your php.ini then restart your service for it to take affect?

Can you tell me which roll I need to amend?

You will need to change the error_reporting. An example is below:

error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT