Navigation

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

    Captive portal include bug

    Captive Portal
    2
    2
    755
    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.
    • V
      VoidLabs last edited by

      Hi!

      I'm using 2.1.1-RELEASE (amd64) and when I click on save, I'm getting this error:

      Fatal error: Call to undefined function iintval() in /etc/inc/captiveportal.inc on line 1016

      In /etc/inc/captiveportal.inc, there is the following line:

      $enBwup = iintval($ipent['bw_up']);

      Once changed to the next one (from iintval to intval), everything worked again:

      $enBwup = intval($ipent['bw_up']);

      :D

      1 Reply Last reply Reply Quote 0
      • E
        eri-- last edited by

        Fixed thank you.

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