Error message about PHP output buffering

Error:

PHP configuration option output_buffering must be disabled


Solution:

In the configuration file

/etc/php/7.3/apache2/php.ini

do the following entry:

output_buffering = 0

Then restart the Apache server