Error on Divi Theme System Status

Hello everyone,
I installed locally the Divi Theme and I get an error on the system status

Error in the Divi Theme

Error displayed in the System Status: PHP: display_errors 1 - We recommend 0 for the best experience.
It recommends to get in the touch with the host to solve this. Can anyone help?

(I am reporting the full report below if it can be of any help)

System Status

:: 2021-08-29 @ 10:21:19 UTC

Writable wp-content Directory
1

PHP: Version
7.3

PHP: memory_limit
256M

PHP: post_max_size
1000M

PHP: max_execution_time
1200

PHP: upload_max_filesize
300M

PHP: max_input_time
600

PHP: max_input_vars
4000

! PHP: display_errors
1

Dynamic CSS
on

Dynamic Framework
on

Dynamic JavaScript
on

Critical CSS
on

Static CSS
on

Thanks a lot for your help
Nicole

Follow this tutorial to gain access to those variables (you might need a code editor for this one): How To Change Local By Flywheel PHP Settings | Tom McFarlin

Find the line that has the display_errors. The default is usually display_errors = On. In programming, 1 means True, and 0 for False. The other way to read it is 1 for On and 0 for Off. Now, change the display_errors to Off. display_errors = Off

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.