File error displayed after installation

@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