I tried and now have different problem in functions.php file ??
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 201293824 bytes) in /home/sakauk/domains/elproject.eu/public_html/wp-includes/functions.php on line 3720
The line in this file is:
function wp_ob_end_flush_all() {
$levels = ob_get_level();
for ($i=0; $i<$levels; $i++)
ob_end_flush();