On Fri, Feb 10, 2017 at 04:24:45PM +0000, Assaf Gordon wrote:
Benno Schulenberg reported that some PHP warnings are rendered visible on the html pages: https://savannah.gnu.org/support/?109253
I turned off php's "display error" settings in apache's config file: === --- a/apache2/sites-available/sv.inc +++ b/apache2/sites-available/sv.inc @@ -12 +12 @@ DocumentRoot /var/www/savane/frontend/php - php_admin_flag display_errors on + php_admin_flag display_errors off === The errors will still appear in the error log, but at least won't bother users. -assaf