NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jane

Pages: 1 2 [3] 4 5 ... 23
31
Web Server - Ask For Help / Re: Themer compile errors
« on: August 12, 2023, 06:33:46 PM »
Is that error message related to a service method?

From the version history:
Quote
12.48 - 9 November 2022
IMPORTANT : If using xFiles for ServiceMethods, requires xFiles 4.05 (or later).

32
Web Server - Ask For Help / Re: Internal error with server
« on: July 24, 2023, 05:07:27 PM »
is it maybe possible that any library, whether it's NT or any other with Clarion, may cause the message to pop up, event after setting system{PROP:MessageHook} = address (MyMessage)?

Thanks

Yes!

If you're using SQL, the SQL driver can pop up a login message box no matter what you have hooked in Clarion.

To suppress that you can use the driver option
/LOGONSCREEN=FALSE


I use that switch in conjunction with the SQL disconnect class that Rick Martin showed as part of CIDC 2020 (and Capesoft MessageBox).

33
Web Server - Ask For Help / Re: Attacked by Let's Encrypt
« on: July 20, 2023, 11:36:58 AM »
What?  Me?  FUD??  Pshaw!

In fairness, my hyperbolic clickbait post headline was followed up by a more specific reference to ACME rather than to Let's Encrypt itself ;)

Clearing the CA field seems to have inhibited its compulsion to "help" me with a new certificate.
It's running as a service so I can't see whether it put anything in the log about doing a certificate check.
Good to know about the equate in the inc file but I don't want to rebuild the app just to change that unless I have to.

Anyway, people not using Let's Encrypt might want to be aware of this possibility.

With all due respect to Let's Encrypt, which I'm hoping to use with the new ACME magic promised for NT 14.

FUDD? 


34
Web Server - Ask For Help / Re: Confirm Form Resubmission - minimize?
« on: July 19, 2023, 06:47:59 PM »
Google search for

Code: [Select]
chrome what triggers form resubmission message
You'll see a number of possible workarounds, none of which are elegant.

Jane

35
Web Server - Ask For Help / Re: Attacked by Let's Encrypt
« on: July 19, 2023, 06:44:14 PM »
I had had the word "something" in the CA Account entry field on the web server.

I've blanked that field to see whether that will inhibit the automatic cert-fetching.

36
Web Server - Ask For Help / Attacked by Let's Encrypt
« on: July 19, 2023, 03:17:49 PM »
At least I *think* it's ACME gone rogue.

I have an API/web server on an internal LAN.  It's been using a certificate from our local certificate authority that's trusted by Active Directory.

That certificate expires on August 19.

It appears that yesterday the ACME service helpfully decided that my certificate was too stale for its taste.  Couldn't get something from Let's Encrypt (since I'm on a LAN).  And decided to overwrite my still-good certificate with its own new rubbish certificate issued by sales@capesoft.com.
Well, it may be rubbish but at least it's good for a year!

Is there some way to pull the teeth on this?  I don't want to replace the legitimate cert until the beginning of August but don't want the server overwriting it each night.

TIA

Jane

37
Try
p_web.ChangeTheme

38
Web Server - Ask For Help / Re: Next freezes browse
« on: June 20, 2023, 06:00:26 PM »
I just had a similar thing happen, Ubaidullah, with a simple wizarded app using one TPS table.

After much hair pulling I found that completely clearing Chrome's history fixed the issue.  (I first tried uninstalling and reinstalling Chrome, but without marking the "clear history" checkbox, and that did not fix it.)

In my case I had discovered that other browsers were able to page through the browse successfully.  I presume you've tried other browsers and/or other client computers?

Cheers,

Jane

39
Web Server - Ask For Help / Re: NetLDAP bug in SetUser procedure
« on: June 19, 2023, 12:23:17 PM »
Extraneous backslash error fixed in 12.62.

Alternate UPN suffix for login working in 12.62 LdapDemo app.  (Nice cleanup using equates for states in ValidateUser.)

Thanks, Bruce!  (And Sean)

Jane

40
AHA!

It's the old "do what I mean not what I type" trick.  :P

You've got a typo, Bruce.  block should be p_block on line 11279. 
Fixing that fixes my issues.




41
Web Server - Ask For Help / Re: 12.60 Header menu DIV mismatch
« on: May 22, 2023, 08:10:35 PM »
I put in a couple of trace statements.
The 'nav' is correctly sent from the procedure, but the IF OMITTED in the class is considering it omitted and injecting the default DIV.

I don't have time tonight to re-install 12.59 again to compare.

 

42
Web Server - Ask For Help / Re: 12.60 Header menu DIV mismatch
« on: May 22, 2023, 07:36:18 PM »
Hmmm...  I don't see where this is happening but think this is probably my issue.

12.60 has changed the double drop menu to be a DIV (versus the NAV in 12.59 and earlier) but the closing tag is still for /nav.


43
Web Server - Ask For Help / 12.60 Header menu DIV mismatch
« on: May 22, 2023, 06:58:06 PM »
From the history:  "Fix: Better handling of blank parameters in SetDomains, CreateButton, _DivHeader, _DivFooter"

Is that what I'm seeing?  I now have the border-bottom for the header appearing below the browse or whatever's on the page. 
And on the index page, the default vertical height is gone.

Are there some "blank parameters" somewhere I've forgotten to set?
(Default for app is Div Grid).

Thanks!



44
?? I just clicked on web40.app in a fresh install of 12.59 and it compiles without error.

Generated code for me is
Code: [Select]
      packet.append( p_web.CreateHyperLink(p_web._jsok(Left(p_web.FormatValue(DOC:Name,'@s20')),(Net:HtmlOk*0)+(Net:UnsafeHtmlOk*0)),'ServeDocument?name=' & DOC:FileName,'_blank',p_web.combine(p_web.site.style.BrowseHyperlinks,),loc:javascript,,0,(Net:HtmlOk*0)+(Net:UnsafeHtmlOk*0),,,'DocumentsBrowse'))
If you go into the browse properties, click on the DOC:Name field, then on the OnClick tab, is it entered incorrectly in the URL field?


45
Web Server - Ask For Help / Re: NetLDAP bug in SetUser procedure
« on: May 11, 2023, 09:17:43 PM »
Didn't receive anything, Sean.  Just sent you a PM through this forum.

Pages: 1 2 [3] 4 5 ... 23