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

    PFSense 2.3 - Squid - edit groupe acl

    Scheduled Pinned Locked Moved Cache/Proxy
    2 Posts 2 Posters 1.5k 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.
    • M
      milou
      last edited by

      Dear

      When I edited one group acl (any of them) , I have this message :

      Warning: gettext(): msgid passed too long in /usr/local/www/classes/Form/Input.class.php on line 250 Call Stack: 0.0002 230648 1. {main}() /usr/local/www/pkg_edit.php:0 0.2281 1804408 2. Form->__toString() /usr/local/www/pkg_edit.php:1526 0.2283 1804784 3. implode() /usr/local/www/classes/Form.class.php:102 0.2283 1804920 4. Form_Section->__toString() /usr/local/www/classes/Form.class.php:102 0.2284 1805320 5. implode() /usr/local/www/classes/Form/Section.class.php:96 0.2332 1811792 6. Form_Group->__toString() /usr/local/www/classes/Form/Section.class.php:96 0.2335 1813920 7. implode() /usr/local/www/classes/Form/Group.class.php:142 0.2335 1813920 8. Form_Input->__toString() /usr/local/www/classes/Form/Group.class.php:142 0.2338 1814200 9. gettext() /usr/local/www/classes/Form/Input.class.php:250

      Squid is 3.5.16

      Thanks a lot

      1 Reply Last reply Reply Quote 0
      • B
        boris
        last edited by

        Hi,

        I've met the same problem, and solved it by editing /usr/local/www/classes/Form/Input.class.php and changing line 249 from :

        if (strlen($this->_help) < 7620) {
        

        to :

        if (strlen($this->_help) < 4096) {
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.