• 18-10-2017, 17:28:56
    #1
    Hocalar merhaba wordpresss sitem var kullandıgım eklentiler uyarı ile php7 kullanmamı önerdiler , cpanelden yaptım site daha çok hızlandı farkettim fakat
    anasayfada şöyle hatalar geldi

    Alıntı
    Notice: Use of undefined constant AUTH_KEY - assumed 'AUTH_KEY' in /home/tekrehbe/public_html/wp-content/plugins/redux-framework/ReduxCore/inc/class.redux_instances.php on line 67

    Notice: Use of undefined constant SECURE_AUTH_KEY - assumed 'SECURE_AUTH_KEY' in /home/tekrehbe/public_html/wp-content/plugins/redux-framework/ReduxCore/inc/class.redux_instances.php on line 67

    Warning: Cannot modify header information - headers already sent by (output started at /home/tekrehbe/public_html/wp-content/plugins/redux-framework/ReduxCore/inc/class.redux_instances.php:67) in /home/tekrehbe/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 60

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/tekrehbe/public_html/wp-content/plugins/redux-framework/ReduxCore/inc/class.redux_instances.php:67) in /home/tekrehbe/public_html/wp-content/themes/listingpro-sagi/include/paypal/campaign-save.php on line 3
    class.redux_instances.php on line 67 satırı da aşağıdaki kod
    $hash = md5( md5( AUTH_KEY . SECURE_AUTH_KEY . '-redux' ) . '-support' );
    [B][/B]

    yardımlarınızı bekliyorum
  • 18-10-2017, 20:55:37
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    wp-config.php dosyanda
    define('WP_DEBUG', false);
    bu şekildemi kontrol edermisin ?
  • 18-10-2017, 21:02:41
    #3
    Duce adlı üyeden alıntı: mesajı görüntüle
    wp-config.php dosyanda
    define('WP_DEBUG', false);
    bu şekildemi kontrol edermisin ?
    true şeklindeydi false yaptım hatalar gözükmüyor hocam fakat bu bir sıkıntı çıkarmasın Ayrıca teşekkürler.
  • 18-10-2017, 21:04:47
    #4
    Paranoyaq adlı üyeden alıntı: mesajı görüntüle
    true şeklindeydi false yaptım hatalar gözükmüyor hocam fakat bu bir sıkıntı çıkarmasın Ayrıca teşekkürler.
    sıkıntı çıkmaz hocam, eklentinin kendi destek sitesinde php güncellemelerinde bu şekilde çözün demişler.