Configure display_errors in OFF

0

I'm trying to configure Chamilo LMS on an Ubuntu server. The problem I have is that when I install from the web interface I see the errors that are attached below.

As you can see, the display_errors is disabled. Has something similar happened to someone? Could you help me? I remain alert, greetings.

    
asked by Guillermo Ricardo Spindola Bri 22.02.2018 в 01:05
source

1 answer

0

I would recommend doing it by htaccess with just a small line:

php_value display_errors Off

or just put this code in the pricipality of all your pages:

ini_set("display_errors", "off");
    
answered by 22.02.2018 в 03:21