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

James O'Dell (JIRA) jira at osuosl.org
Tue Jul 26 09:30:24 PDT 2005


"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
 Assigned to: 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