File error displayed after installation

Hello,
I am having error in the installation of openemr 5.0.2(1)
The installation was successful however, there are noticed file error displayed in the openemr page.

Please see the attached images.

I am using openemr 5.0.2(1) with xampp 7.3.7 on windows 7

Thanks

@timothy1,

  1. Navigate to your php.ini file.
  2. Locate "error_reporting.
  3. Replace it with “error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR”
  4. Restart the apache.

Thanks,
ViSolve-123

@visolveemr,
Thanks for your swift response. It worked.