Não consigo mais logar no Admin
-
Olá amigos, após atualizar para a versão 3.2.1 o meu Admin da o seguinte erro:
Warning: Cannot modify header information – headers already sent by (output started at C:\inetpub\vhosts\informeti.com.br\httpdocs\wp-content\themes\channel\functions.php:1) in C:\inetpub\vhosts\informeti.com.br\httpdocs\wp-includes\pluggable.php on line 934Na linha 934 do pluggable.php tem isso:
header("Location: $location", true, $status);
O Function completo até essa linha seria o seguinte:
function wp_redirect($location, $status = 302) { global $is_IIS; $location = apply_filters('wp_redirect', $location, $status); $status = apply_filters('wp_redirect_status', $status, $location); if ( !$location ) // allows the wp_redirect filter to cancel a redirect return false; $location = wp_sanitize_redirect($location); if ( !$is_IIS && php_sapi_name() != 'cgi-fcgi' ) status_header($status); // This causes problems on IIS and some FastCGI setups header("Location: $location", true, $status); }
Alguma idéia??
Lembrando que o site não foi afetado, vejam ele http://www.informeti.com.br
Só para entrar como admin. http://www.informeti.com.br/wp-adminDesde já agradeço a ajuda.
Já olhei alguns problemas semelhantes, mas nenhuma das respostas funcionou aqui. Por isso abri esse tópico. Obrigado
- O tópico ‘Não consigo mais logar no Admin’ está fechado para novas respostas.