• 28-05-2010, 23:38:25
    #1
    wp-login.php e baglanamıyorum..

    super cache eklentisi kurmuştum ertesi gün baglanamıyorum admin paneline..


    Hata ..



    Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\a********\httpdocs\wp-config.php:1) in C:\Inetpub\vhosts\a********\httpdocs\wp-login.php on line 302

    Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\a********\httpdocs\wp-config.php:1) in C:\Inetpub\vhosts\a********\httpdocs\wp-login.php on line 314

    Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\a********\httpdocs\wp-config.php:1) in C:\Inetpub\vhosts\a********\httpdocs\wp-includes\pluggable.php on line 665

    Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\a********httpdocs\wp-config.php:1) in C:\Inetpub\vhosts\a********\httpdocs\wp-includes\pluggable.php on line 666

    Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\********\httpdocs\wp-config.php:1) in C:\Inetpub\vhosts\a********httpdocs\wp-includes\pluggable.php on line 667

    Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\a********httpdocs\wp-config.php:1) in C:\Inetpub\vhosts\a********\httpdocs\wp-includes\pluggable.php on line 864
  • 28-05-2010, 23:44:02
    #2
    wp-config.php:1 asıl neden burda büyük ihtimak boşluk kalmıştır veya eksik kod vardır yapacağınız yol şudur.

    wp-config.php de boşluk olabilir bir Notepad++ indirerek aradaki boşluğu kapatın Utf8 Bom olmadan kayıt edin tagın son bitiminde ?> yoksa ekleyiniz.
  • 28-05-2010, 23:55:25
    #3
    Down adlı üyeden alıntı: mesajı görüntüle
    wp-config.php:1 asıl neden burda büyük ihtimak boşluk kalmıştır veya eksik kod vardır yapacağınız yol şudur.

    wp-config.php de boşluk olabilir bir Notepad++ indirerek aradaki boşluğu kapatın Utf8 Bom olmadan kayıt edin tagın son bitiminde ?> yoksa ekleyiniz.

    son bölüm de bulunanlar ama düzeltmeler denedim olmadı :S

    define ('WPLANG', 'tr_TR');

    /* Hepsi bu kadar. Mutlu bloglamalar! */

    /** Absolute path to the WordPress directory. */
    define( 'WP_CACHE', true );
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
  • 29-05-2010, 12:33:46
    #4
    Pm gönderin beraber bakalım.