Me salta este error:
Código:
La linea 890 del archivo puggable.php de la carpeta wp-includes:Warning: Cannot modify header information - headers already sent by (output started at d:\archivos de programa\easyphp1-8\www\mozagames\wp-content\themes\twentyten\functions.php:36) in d:\archivos de programa\easyphp1-8\www\mozagames\wp-includes\pluggable.php on line 890
Código:
La linea se encuentra en la siguiente funcion:header("Location: $location", true, $status);
Código:
Espero respuestas.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 ) { header("Refresh: 0;url=$location"); } else { if ( php_sapi_name() != 'cgi-fcgi' ) status_header($status); // This causes problems on IIS and some FastCGI setups header("Location: $location", true, $status); } } endif;
Un saludo grande.
Adios.