Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^4: Re: Switch.pm Failure ( CGI::Switch? )

by tultalk (Monk)
on Feb 28, 2017 at 00:36 UTC ( [id://1183057]=note: print w/replies, xml ) Need Help??


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

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.
  • Comment on Re^4: Re: Switch.pm Failure ( CGI::Switch? )

Replies are listed 'Best First'.
Re^5: Re: Switch.pm Failure ( CGI::Switch? )
by tultalk (Monk) on Feb 28, 2017 at 01:01 UTC
    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; }
        Solved. The "submit" button on the login form was a type button not a type submit. I would never have done this and it would never have worked before. I think some folks at the hosting company messed around wit my pages. I found other stuff in the perl scripts that were wrong and would never have worked. www.jala-mi.org admin dibble. I will change it tomorrow. Rake a peek. Still needs polishing. Best regards
      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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1183057]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-18 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found