• 16-02-2021, 23:50:19
    #1
    Kullanıcı adı ve şifremi girdiğimde beni anasayfaya atıyor. Admin panel e giremiyorum. Veritabanında yeni kullanıcı ekledim. Yeni kullanıcı bilgilerini girdim ama aynı şekilde anasayfaya atıyor ve admin paneli açmıyor.

    Bu sorunu nasıl çözebilirim?

    Teşekkürler.
  • 16-02-2021, 23:51:01
    #2
    Cache eklentisini public html den etkisiz hale getirin düzelir.
  • 16-02-2021, 23:54:24
    #3
    CaChE dİe ßiR eKlEntİ vAr OnU DeAkTiF yApIn BeN bÖyLe DüZelTim
  • 16-02-2021, 23:55:36
    #4
    yazarbey adlı üyeden alıntı: mesajı görüntüle
    Cache eklentisini public html den etkisiz hale getirin düzelir.
    Denedim ama aynı hata devam ediyor.

    Başka çözüm yolu var mı acaba?

    Teşekkürler hızlı cevap için.
  • 17-02-2021, 22:46:30
    #5
    Eklenti klasörünün adını değiştirip tüm eklentileri pasif edin. Düzelmezse şu dosyayı indirip ana dizini atıp çalıştırıp tekrar deneyin. testet.php yapın dosya adını çalıştırın.

    <?php
    /*
    WordPress Force Upgrade Script
    Copyright (C) 2006  Mark Jaquith
    */
    function txfx_log($text) {
    echo $text . '<br />';
    }
    switch ($_GET['step']) :
    case "1":
    require('wp-config.php');
    txfx_log('WordPress loaded...');
    require('wp-admin/upgrade-functions.php');
    txfx_log('Upgrade functions loaded...');
    wp_cache_flush();
    txfx_log('Object cache flushed...');
    make_db_current();
    txfx_log('Database made current...');
    upgrade_160();
    txfx_log('Data upgraded...');
    $wp_rewrite->flush_rules();
    txfx_log('Rewrite rules flushed...');
    wp_cache_flush();
    txfx_log('Object cache flushed...');
    txfx_log('<br />');
    txfx_log('Hopefully that did it!  <strong>DELETE THIS FILE FROM YOUR SERVER NOW!</strong>');
    txfx_log('And then, try to access your <code>/wp-admin/</code>');
    break;
    default :
    txfx_log('This script will attempt to upgrade your database.  It is intended for users of WordPress 1.5 or later.');
    txfx_log('<strong>You should delete this script from your server after you are done using it!</strong>');
    txfx_log('<br />');
    txfx_log('<a href="?step=1">Click here</a> to attempt the upgrade');
    break;
    endswitch;
    ?>
  • 17-02-2021, 23:33:39
    #6
    residdemir adlı üyeden alıntı: mesajı görüntüle
    Eklenti klasörünün adını değiştirip tüm eklentileri pasif edin. Düzelmezse şu dosyayı indirip ana dizini atıp çalıştırıp tekrar deneyin. testet.php yapın dosya adını çalıştırın.

    <?php
    /*
    WordPress Force Upgrade Script
    Copyright (C) 2006  Mark Jaquith
    */
    function txfx_log($text) {
    echo $text . '<br />';
    }
    switch ($_GET['step']) :
    case "1":
    require('wp-config.php');
    txfx_log('WordPress loaded...');
    require('wp-admin/upgrade-functions.php');
    txfx_log('Upgrade functions loaded...');
    wp_cache_flush();
    txfx_log('Object cache flushed...');
    make_db_current();
    txfx_log('Database made current...');
    upgrade_160();
    txfx_log('Data upgraded...');
    $wp_rewrite->flush_rules();
    txfx_log('Rewrite rules flushed...');
    wp_cache_flush();
    txfx_log('Object cache flushed...');
    txfx_log('<br />');
    txfx_log('Hopefully that did it!  <strong>DELETE THIS FILE FROM YOUR SERVER NOW!</strong>');
    txfx_log('And then, try to access your <code>/wp-admin/</code>');
    break;
    default :
    txfx_log('This script will attempt to upgrade your database.  It is intended for users of WordPress 1.5 or later.');
    txfx_log('<strong>You should delete this script from your server after you are done using it!</strong>');
    txfx_log('<br />');
    txfx_log('<a href="?step=1">Click here</a> to attempt the upgrade');
    break;
    endswitch;
    ?>
    Açıldı ama yönetici olarak giremiyorum. Phpmyadmin üzerinden yeni kullanıcı ekliyorum ama yine de site ile ilgili ayarlara ulaşamadım.
    Bu sorunu nasıl çözebilirim?
    Yardım için teşekkürler.
  • 18-02-2021, 20:05:17
    #7
    Başka çözüm yolu?
  • 18-02-2021, 22:54:34
    #8
    Kurumsal PLUS
    Merhabalar, özel mesaj ile iletişime geçerseniz konu hakkında pofesyonel destek sunabilirim.
  • 28-02-2021, 18:09:09
    #9
    Merhabalar. Sorun hala devam etmektedir. Yardımcı olabilecek var mı acaba?