Cannot modify header information
-
Постоянно вылезает ошибка:
Warning: Cannot modify header information — headers already sent by (output started at X:\home\www\wp-config.php:1) in X:\home\www\wp-includes\pluggable.php on line 868
Кодировка конфига и pluggable UTF-8. В 868 строке код:
$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;
Что за ошибка?
Просмотр 11 ответов — с 1 по 11 (всего 11)
Просмотр 11 ответов — с 1 по 11 (всего 11)
- Тема «Cannot modify header information» закрыта для новых ответов.