No, you get lot of white pages, if you update a plugin or set/unset hooks.
If i uncomment this peace of code in the file class_core.php
PHP Code:
/*if (!headers_sent())
{
if (SAPI_NAME == 'cgi' OR SAPI_NAME == 'cgi-fcgi')
{
header('Status: 503 Service Unavailable');
}
else
{
header('HTTP/1.1 503 Service Unavailable');
}
}*/
the hack works fine again. This code is new and is not really a solution to uncomment this. Hope another one can help us.
Regards