Error after installed OpenEmr

Hello everybody here!
I have installed xammp, then successful installed OpenEmr with php.ini file configuration but when I tried to login for first the time it produced this below error


I will appreciate any help.

Thank you

1 Like

These Notices and errors are enabled by default in PHP
You can turn it off by changing the following values in php.ini file

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT

display_errors = Off

Note:
1,php.ini file can be edited in xampp -> Apache -> config -> PHP(php.ini)
2, After Editing the values apache needs to be restarted

Thanks
ViSolve

Thank you Visolve
l made configuration of php.ini under xampp folder
let me go with this approach will revert to any out come.

Thanks ViSolve, error and notice disappeared now.