Skocz do zawartości

proble z logowaniem do WP


Depsol

Rekomendowane odpowiedzi

Witam,

 

może ktoś doradzić co z tym zrobić:

zmieniałem wczoraj kod w header.php zgodnie z instrukcjami internautów :) coś jednak poszło nie tak i strona przestała działać, usunąłem to co zepsułem (strona działa) jednak przy próbie zalogowania do panelu admina WP wyskakuje mi następujący błąd:

 

Warning: Cannot modify header information - headers already sent by (output started at /wp-content/themes/twentytwelve/functions.php:1) in /wp-includes/pluggable.php on line 1228

Odnośnik do komentarza
Udostępnij na innych stronach


gdzie mam szukać tych pustych linii?
Wszystko masz w komunikatach błędu PHP. Przy okazji zainteresuj się tym: https://pl.wikipedia.org/wiki/BOM_%28informatyka%29

HTTP 200 usługi IT -> Dariusz Janicki | Realizacja serwisów www oraz oprogramowania w PHP / C# / Golang / Node.js / MySQL/ Laravel
Komory normobaryczne - normobaria.tech Wykonawca montażu i instalacji komory normobarii

Odnośnik do komentarza
Udostępnij na innych stronach

Nie ogarniam tematu (dodam że nie jestem ekspertem w tych sprawach).

ale z tego co doczytałem to problem pojawia się tutaj:

 

Cannot modify header information - headers already sent by (output started at /wp-content/themes/twentytwelve/functions.php:1) in /wp-includes/pluggable.php on line 1178

 

a skutki błędu są tutaj:

Cannot modify header information - headers already sent by (output started at /wp-content/themes/twentytwelve/functions.php:1) in /wp-includes/pluggable.php on line 1178

 

to jest początek functions.php może widzicie coś niezgodnego?:

 

<?php
/**
 * Main WordPress API
 *
 * @package WordPress
 */

require( ABSPATH . WPINC . '/option.php' );

/**
 * Convert given date string into a different format.
 *
 * $format should be either a PHP date format string, e.g. 'U' for a Unix
 * timestamp, or 'G' for a Unix timestamp assuming that $date is GMT.
 *
 * If $translate is true then the given date and format string will
 * be passed to date_i18n() for translation.
 *
 * @since 0.71
 *
 * @param string $format    Format of the date to return.
 * @param string $date      Date string to convert.
 * @param bool   $translate Whether the return date should be translated. Default true.
 * @return string|int|bool Formatted date string or Unix timestamp. False if $date is empty.
 */
function mysql2date( $format, $date, $translate = true ) {
    if ( empty( $date ) )
        return false;

    if ( 'G' == $format )
        return strtotime( $date . ' +0000' );

    $i = strtotime( $date );

    if ( 'U' == $format )
        return $i;

    if ( $translate )
        return date_i18n( $format, $i );
    else
        return date( $format, $i );
}

/**
 * Retrieve the current time based on specified type.
 *
 * The 'mysql' type will return the time in the format for MySQL DATETIME field.
 * The 'timestamp' type will return the current timestamp.
 * Other strings will be interpreted as PHP date formats (e.g. 'Y-m-d').
 *
 * If $gmt is set to either '1' or 'true', then both types will use GMT time.
 * if $gmt is false, the output is adjusted with the GMT offset in the WordPress option.
 *
 * @since 1.0.0
 *
 * @param string   $type Type of time to retrieve. Accepts 'mysql', 'timestamp', or PHP date
 *                       format string (e.g. 'Y-m-d').
 * @param int|bool $gmt  Optional. Whether to use GMT timezone. Default false.
 * @return int|string Integer if $type is 'timestamp', string otherwise.

 

 

ten, który mam w paczce instalacyjnej jest taki sam jak ten, który działa na stronie

Odnośnik do komentarza
Udostępnij na innych stronach

używałem notepad++,

wracając jeszcze do tego mojego rozumowania, czy z tego raportu wynika że mam problem w pliku functions.php na 1 lini? czy nie?  chyba że na pluggable.php linia 1178?

raport mi wyskoczył i wskazał na błąd, na chłopski rozum powinienem tam coś zmienić i temat zamknięty, mylę się? ;-)

Odnośnik do komentarza
Udostępnij na innych stronach

Tadam i po problemie ;-)

dziękuję wszystkim serdecznie za pomoc. musiałem się jeszcze posiłkować wpisem na forum jak to zapisać bez BOOM więc dla ludzi to czytających o podobnym poziomie umiejętności przesyłam linka:

jak w notepad++ zapisać bez boom

https://mybboard.pl/watek-mybb-jak-zapisac-plik-w-kodowaniu-utf-8-bez-bom_3554

 

Odnośnik do komentarza
Udostępnij na innych stronach

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę. Warunki użytkowania Polityka prywatności