NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Richard I on December 09, 2018, 10:28:12 PM

Title: login form unresponsive with nt 11 server
Post by: Richard I on December 09, 2018, 10:28:12 PM
hi
login form not responding , with nt 11 installed. What am I missing?
Have looked at NT 11  Basic login example and the authenticate on  login but am not using the two fields login and password, just password as below
I have "suggest basic authentication" ticked ON

I am validating which works in NT 10( but not in 11) using:
 IF  NOT lPassword 
      CLEAR(lPassword)
       loc:invalid = 'lPassword'
      p_web.SetValue('retry','LoginForm')
      loc:Alert = 'Login Failed. Try Again.' !Login is case sensitive'
  END

Thanks
Richard NT 11.04
Title: Re: login form unresponsive with nt 11 server
Post by: Bruce on December 09, 2018, 10:51:55 PM
I'm not sure what you mean by "not responding" ?

cheers
Bruce
Title: Re: login form unresponsive with nt 11 server
Post by: Richard I on December 09, 2018, 11:05:43 PM
thanks Bruce-
on an ordinary login form
password field populated with code and login button pushed
Im expecting as does in  NTG 10 that this  triggers code and the meal issued messages occur or the staff member is logged in with the supporting messages. with data written to tables

With NT 11
nothing happens .. no activity on the web server either
Nothing changed in the code and I dont know how to begin to determine the reason
All I have done is add the settings template and compiled

Cheers
Richard
Title: Re: login form unresponsive with nt 11 server
Post by: DonRidley on December 10, 2018, 02:51:24 AM
Have you opened a log viewer in a browser developer tool as in Firefox or Chrome?  Look for errors in the log.

In your form, look under the "buttons" tab then save tab.  Are the refresh header and footer buttons checked?  If they are, try unchecking them.

Don