[Maintain-dev] [JIRA] Resolved: (MNT-1364) "Create DHCP" give blank screen when given out of bound values

Michael Clay (JIRA) jira at osuosl.org
Wed Aug 31 10:21:07 PDT 2005


     [ http://bugs.osuosl.org/browse/MNT-1364?page=history ]
     
Michael Clay resolved MNT-1364:
-------------------------------

    Resolution: Fixed

Fixed in SVN

> "Create DHCP" give blank screen when given out of bound values
> --------------------------------------------------------------
>
>          Key: MNT-1364
>          URL: http://bugs.osuosl.org/browse/MNT-1364
>      Project: Maintain
>         Type: Bug
>   Components: Web Interface
>     Versions: 2.4.0
>     Reporter: James O'Dell
>     Assignee: Danny Robert
>     Priority: Urgent

>
>
> When using the web interface "create DHCP" comes back with
> a blank screen when you input invalid values
> i.e.
> Option name: [ VLAN ONE ]
>  -> Blank screen
> Solution: fix "option.php"'s line 148  
> as-is:
> - else {
> -   $action == 'show_create_admin_option';
> - }
>  
> should be:
> - else {
> -   $action = 'show_create_admin_option';
> - }
> I spent 3 days debugging this. I kept overlooking the "==" :(

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://bugs.osuosl.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



More information about the Maintain-dev mailing list