После переноса сайта duplicator'ом не пускает в админку.
Warning: Cannot modify header information - headers already sent by и т. д.
Пересохранял файлы в кодировке utf-8 без bom, не помогло.
Страница с ошибками -
fotografnavypisku.ru/wp-login.php
В чем причина ошибок?
Кусок кода из functions.php. Ошибка указывает на строку 387 - header
if ( function_exists( '__' ) ) {
trigger_error( sprintf( __( 'The called constructor method for %1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.' ), $class, $version, '<pre>__construct()</pre>' ) );
} else {