• 29-08-2023, 13:22:17
    #1
    Merhabalar Arkadaşlar ;

    Warning: Shortcode "slider" from /home/bhbyildizgrup/public_html/wp-content/plugins/unyson/framework/extensions/media/extensions/slider/shortcodes/slider was already defined at /home/bhbyildizgrup/public_html/wp-content/plugins/inlandcore/vendor/extensions/shortcodes/shortcodes/slider in /home/***/public_html/wp-content/plugins/unyson/framework/extensions/shortcodes/includes/class-fw-shortcodes-loader.php on line 208

    Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/***/public_html/wp-content/plugins/unyson/framework/extensions/seo/extensions/seo-titles-metas/class-fw-extension-seo-titles-metas.php on line 579

    Web sitemde bu tarz hata kodları alıyorum. Bu kodları nasıl kapatabilirim ? Görünmesini istemiyorum sayfalarda
  • Kabul Edilen Cevap
    • vocaldeep adlı üyeden alıntı: mesajı görüntüle
      Merhabalar Arkadaşlar ;

      Warning: Shortcode "slider" from /home/bhbyildizgrup/public_html/wp-content/plugins/unyson/framework/extensions/media/extensions/slider/shortcodes/slider was already defined at /home/bhbyildizgrup/public_html/wp-content/plugins/inlandcore/vendor/extensions/shortcodes/shortcodes/slider in /home/***/public_html/wp-content/plugins/unyson/framework/extensions/shortcodes/includes/class-fw-shortcodes-loader.php on line 208

      Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/***/public_html/wp-content/plugins/unyson/framework/extensions/seo/extensions/seo-titles-metas/class-fw-extension-seo-titles-metas.php on line 579

      Web sitemde bu tarz hata kodları alıyorum. Bu kodları nasıl kapatabilirim ? Görünmesini istemiyorum sayfalarda
      hosting den error reporting
      wp configden debug u false yapın
  • 29-08-2023, 13:23:04
    #2
    wp-config.php’de display erros satırında true yerine false yazın hocam
  • 29-08-2023, 13:24:26
    #3
    Bu cevap, konu sahibi tarafından kabul edilebilir bir cevap olarak işaretlendi.
    vocaldeep adlı üyeden alıntı: mesajı görüntüle
    Merhabalar Arkadaşlar ;

    Warning: Shortcode "slider" from /home/bhbyildizgrup/public_html/wp-content/plugins/unyson/framework/extensions/media/extensions/slider/shortcodes/slider was already defined at /home/bhbyildizgrup/public_html/wp-content/plugins/inlandcore/vendor/extensions/shortcodes/shortcodes/slider in /home/***/public_html/wp-content/plugins/unyson/framework/extensions/shortcodes/includes/class-fw-shortcodes-loader.php on line 208

    Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/***/public_html/wp-content/plugins/unyson/framework/extensions/seo/extensions/seo-titles-metas/class-fw-extension-seo-titles-metas.php on line 579

    Web sitemde bu tarz hata kodları alıyorum. Bu kodları nasıl kapatabilirim ? Görünmesini istemiyorum sayfalarda
    hosting den error reporting
    wp configden debug u false yapın
  • 29-08-2023, 13:28:54
    #4
    by_error adlı üyeden alıntı: mesajı görüntüle
    hosting den error reporting
    wp configden debug u false yapın
    debugtan zaten folse hocam ama
  • 29-08-2023, 13:29:18
    #5
    vocaldeep adlı üyeden alıntı: mesajı görüntüle
    debugtan zaten folse hocam ama
    any iletin hemen halledeyim
  • 29-08-2023, 13:29:36
    #6
    wp-config dosyanızda;
    define('WP_DEBUG', false);
    üstteki şekilde deneyin olmassa eğer;
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);
    bu şekilde deneyebilirsiniz.
  • 29-08-2023, 13:33:22
    #7
    umiT adlı üyeden alıntı: mesajı görüntüle
    wp-config dosyanızda;
    define('WP_DEBUG', false);
    üstteki şekilde deneyin olmassa eğer;
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);
    bu şekilde deneyebilirsiniz.
    Denedim malesef sonucu değiştirmedi
  • 29-08-2023, 13:36:35
    #8
    vocaldeep adlı üyeden alıntı: mesajı görüntüle
    Denedim malesef sonucu değiştirmedi
    functions.php dosyanıza;

    error_reporting(0); ini_set('display_errors', 0);
    dener misiniz ?
  • 29-08-2023, 13:48:25
    #9
    by_error adlı üyeden alıntı: mesajı görüntüle
    hosting den error reporting
    wp configden debug u false yapın
    Halledilmiştir. Teşekkür ederim hocam