Ошибка при переносе сайта на вордпресс, вместо админки - белый экран

Антон13 лет в сервисе
Данные заказчика будут вам доступны после подачи заявки
23.10.2014

Скорее всего нужно подправить пути url

в папке wp-admin в файле error log пишет много раз строку:

PHP Warning: Cannot modify header information - headers already sent by (output started at /home/novtimco/public_html/wp-content/themes/catch-kathmandu/inc/panel/catchkathmandu-theme-options-defaults.php:1) in /home/novtimco/public_html/wp-includes/pluggable.php on line 1175

* Filter the redirect status code.

*

* @since 2.3.0

*

* @param int $status Status code to use.

* @param string $location The path to redirect to.

*/

$status = apply_filters( 'wp_redirect_status', $status, $location );

if ( ! $location )

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);

return true;

}

endif;

header("Location: $location", true, $status);

- 1175