How do I get rid of the Notice Undefined Variables (Installation is on Windows 10 using XMAPP)

cobmart wrote on Monday, March 21, 2016:

How do I get rid of the Notice Undefined Variables (Installation is on Windows 10 using XMAPP).

I have worked on the error_reporting in PHP.ini file and Set it to All and to exclude Notices but I still get the Notices.

Thank you.

fsgl wrote on Monday, March 21, 2016:

Best not to consult error log too frequently. Non-fatal notices don’t pose a problem except to make a user nervous.

Fatal notices cannot be ignored & will demand the user’s immediate attention even without consultation with the error log.

Good time to have your settings as shown here as prophylaxis.

cobmart wrote on Monday, March 21, 2016:

Am still getting the below notices after I did the recomended update in my php.ini file.

I need to get rid of all the notice errors and only use the error logs to view erros.

Please help.

Notice: Undefined index: radio_claims_target in C:\xampp\htdocs\openemr\interface\reports\criteria.tab.php on line 291

Notice: Undefined index: radio_claims_target in C:\xampp\htdocs\openemr\interface\reports\criteria.tab.php on line 291

Notice: Undefined index: radio_claims_target in C:\xampp\htdocs\openemr\interface\reports\criteria.tab.php on line 291

Notice: Undefined index: radio_insurance_data_provider in C:\xampp\htdocs\openemr\interface\reports\criteria.tab.php on line 291

cobmart wrote on Friday, March 25, 2016:

Hello fsgl, editting the php.ini file does not get rid of the undefined errors. I will have to go find all the undefined variables and wrap them around the isset function. Is that what most folks go through?

fsgl wrote on Friday, March 25, 2016:

If you are not having any problems using OpenEMR, there is nothing you should do.

If you have white screens, then take a look at the error logs for fatal errors. All other notices & errors can be ignored.