in reply to Re^2: Re: Switch.pm Failure ( CGI::Switch? )
in thread Switch.pm Failure ( CGI::Switch? )

After you click the login button you dont see the result of warn("manage_users.cgi line 63: '$action'"); in the log?

Replies are listed 'Best First'.
Re^4: Re: Switch.pm Failure ( CGI::Switch? )
by tultalk (Monk) on Feb 28, 2017 at 00:36 UTC
    No. There is no indication of any warns at all being posted in the error log. They were all there for the request for the log in form.
      Paste into an html file. Click on the "click" at bottom of frame. It connects. Click Me Just demonstrates that the CGI responds, This is what is responding:
      #Login User ($action eq "LoginUser") && do { #Attempt the login manageusers::OpenConnection(); warn("Opening The Login Usr Query: $query"); my ($result, $login_timeout) = LoginUser($query); if ($result == 0){ manageusers::CloseConnection(); warn("Login failed. Creating response."); CreateLoginUserFailedForm("The Login User Name or Password +is invalid. Please try again or contact the office."); return; #exit; }
        Hi: Just did links for all 7 calls in tree and they all worked Something wrong with my form structure for login. Narrowed it down so should not be a big deal to isolate. Thanks for all the help Best regards