Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    SquidGuard Block ekran hatası

    Scheduled Pinned Locked Moved Turkish
    8 Posts 2 Posters 3.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      Ntldr_missing
      last edited by

      Merhaba SquidGuard ı yeni sürümüne geçtim fakat block logunu gördüğümüz ekranın sağ tarafa doğru kayık bir şekilde ve hata Fatal error: Call to undefined function: str_split() in /usr/local/pkg/squidguard.inc on line 1329  veriyor karşılşaşan varmı.
      gerçi konsoldan tail komutuyla block dosyası monitör ediliyor

      Teşekkürler.

      1 Reply Last reply Reply Quote 0
      • H
        hasanfatih
        last edited by

        merhaba
        squidguard.inc nin en sonuna  asagıdaki kodları ekle

        if(!function_exists('str_split')) {
          function str_split($string, $split_length = 1) {
            $array = explode("\r\n", chunk_split($string, $split_length));
            array_pop($array);
            return $array;
          }
        }

        1 Reply Last reply Reply Quote 0
        • N
          Ntldr_missing
          last edited by

          @hasanfatih:

          merhaba
          squidguard.inc nin en sonuna  asagıdaki kodları ekle

          if(!function_exists('str_split')) {
            function str_split($string, $split_length = 1) {
              $array = explode("\r\n", chunk_split($string, $split_length));
              array_pop($array);
              return $array;
            }
          }

          selam,

          Squidguard.inc dosyasının içinde son satıra ekledim kaydettim sonra makineyi reboot ettim hata bu sefer sadece SquidGuard ekranındaki objeler çok büyük ve yine blok log ekranı yukarıdaki gibi

          1 Reply Last reply Reply Quote 0
          • H
            hasanfatih
            last edited by

            tekrar merhaba

            return $res;
            }
            if(!function_exists('str_split')) {
              function str_split($string, $split_length = 1) {
                $array = explode("\r\n", chunk_split($string, $split_length));
                array_pop($array);
                return $array;
              }
            }
            ?>

            bu sekilde olacak

            1 Reply Last reply Reply Quote 0
            • H
              hasanfatih
              last edited by

              mail adresini ver sana mail atayım squidguard.inc yi gene olmassa

              1 Reply Last reply Reply Quote 0
              • N
                Ntldr_missing
                last edited by

                @hasanfatih:

                mail adresini ver sana mail atayım squidguard.inc yi gene olmassa

                bu şekilde görüntülüyor fakat ekranın sağına doğru kaymış biçimde :S

                1 Reply Last reply Reply Quote 0
                • H
                  hasanfatih
                  last edited by

                  uc yerde denedim bi sıkıntı yok benim denedigim yerlerde

                  1 Reply Last reply Reply Quote 0
                  • N
                    Ntldr_missing
                    last edited by

                    sorun halen aynı devam etmekte :S:S logları okuyabiliyorum ama grafik arayüzü sağa doğru kaymış bir şekilde ilk post mesajımdaki ekran görüntüsü mevcut.

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.