Navigation

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

    SquidGuard upgrade

    pfSense Packages
    4
    7
    3616
    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.
    • R
      rhiannon last edited by

      Hi,

      upgrading squidguard package to 1.3_1 pkg v.1.5 but error in gui interfa "Fatal error: Call to undefined function: str_split() in /usr/local/pkg/squidguard.inc on line 1329 ".

      how to upgrade php?

      Sorry my bad english.

      Rhiannon

      update: and squidguard not working

      1 Reply Last reply Reply Quote 0
      • T
        Tikimotel last edited by

        add this code at the end of "squidguard.inc" (located in /usr/local/pkg/)

        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
        • R
          rhiannon last edited by

          Thank you, working :))))

          1 Reply Last reply Reply Quote 0
          • D
            dvserg last edited by

            @rhiannon:

            Thank you, working :))))

            What you pfsense version ?

            SquidGuardDoc EN  RU Tutorial
            Localization ru_PFSense

            1 Reply Last reply Reply Quote 0
            • R
              rhiannon last edited by

              Sorry, sorry

              1.2.3-RELEASE

              1 Reply Last reply Reply Quote 0
              • D
                dvserg last edited by

                @rhiannon:

                Sorry, sorry

                1.2.3-RELEASE

                Thanks for you report. I check this bug.

                SquidGuardDoc EN  RU Tutorial
                Localization ru_PFSense

                1 Reply Last reply Reply Quote 0
                • D
                  dlawley last edited by

                  @dvserg:

                  @rhiannon:

                  Sorry, sorry

                  1.2.3-RELEASE

                  Thanks for you report. I check this bug.

                  Thanks, fixed it for mine as well.  Running 1.2.3-RELEASE.  I like the changes to read the logs..

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post