He subido de nuevo la carpeta admin y he reemplazazo el functions.php pero sigue igual.
Alguna sugerencia más¿?
Os dejo una copia de las líneas del functions donde se supone que está el problema:
Se supone que está aquí:  $plugins->run_hooks("post_output_page");
}
	@header("Content-type: text/html; charset={$lang->settings['charset']}");
	echo $contents;
	$plugins->run_hooks("post_output_page");
}
/**
 * Adds a function or class to the list of code to run on shutdown.
 *
 * @param mixed The name of the function.
 * @param mixed An array of arguments for the function
 * @return boolean True if function exists, otherwise false.
 */
function add_shutdown($name, $arguments=array())