NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
This is in a multihost app

This program has performed an illegal operation and will now be restarted.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Program : C:\Apps\IstprHost\IstprHost.exe
Version :
At : 17:06:55 on 2024/05/08
Workstation: : istpr
User Name: : Administrator
Reported error : EXCEPTION_ACCESS_VIOLATION - Error reading data at : 20202244h
Windows : Win 10 - 10.0.20348
Clarion : 0.9
Thread : 4    Field : 0    Event : 0    Keycode : 0
Error at address : 00FA0537h  Line=3047  Proc=PROCESSREQUEST@F22NETWEBSERVERWORKERBASEsb  Src=NetWeb.Clw
Stack Trace
??? 0105B9D4h    Line ?=135    no proc       Src=xFiles.clw
[01] 00EC623Bh    Line=66       Proc=WEBHANDLER@Fsb  Src=IstprHost030.clw
[02] 7410E2FFh    no line number    no proc       Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
??? 74188C14h    Line ?=47    no proc       Src=wxeh.cpp    Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
??? 7416940Ah    Line ?=47    no proc       Src=wxeh.cpp    Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
[03] 7410DDF1h    no line number    no proc       Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
??? 74169420h    Line ?=47    no proc       Src=wxeh.cpp    Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
??? 74188C14h    Line ?=47    no proc       Src=wxeh.cpp    Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
??? 74188C94h    Line ?=47    no proc       Src=wxeh.cpp    Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
??? 7417D1D8h    Line ?=47    no proc       Src=wxeh.cpp    Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
??? 7417D1ECh    Line ?=47    no proc       Src=wxeh.cpp    Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
??? 7417D208h    Line ?=47    no proc       Src=wxeh.cpp    Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
??? 7417D1FCh    Line ?=47    no proc       Src=wxeh.cpp    Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
??? 7417D224h    Line ?=47    no proc       Src=wxeh.cpp    Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
??? 7417D218h    Line ?=47    no proc       Src=wxeh.cpp    Module=C:\Apps\IstprHost\ClaRUN.dll 11.0.13630
[04] 77C97F4Dh    no debug info, Module=C:\Windows\SYSTEM32\ntdll.dll 10.0.20348.2340 (WinBuild.160101.0800)
[05] 77C97F1Bh    no debug info, Module=C:\Windows\SYSTEM32\ntdll.dll 10.0.20348.2340 (WinBuild.160101.0800)

Line=3047 in Netweb.clw NT 14.21

loop x = 1 to self.RequestData.DataStringTheory.records()
      self.SessionId = self.RequestData.DataStringTheory.getline(x) !self.RequestData.SessionId
      if self.SessionId <> ''
        ! test for web socket connections before deleting the session.
        if not self.webserver &= null and not self.webserver.WebSocketServer &= null and |
               self.webserver.WebSocketServer.IsWebSocketSession(self.SessionId) = 0
          self.NotifyDeleteSession()
          self.DeleteSession()
        else
          self.TouchSession()
        End
      End
    end

in xfile 4.31 line 135

xFileBase.Construct  PROCEDURE
  CODE
2
Hallo Bruce,

>>yes, that tells you an error exists.
>>Now open the console in your Browser (F12) and see what the error actually is....

I can see that an error exits, but.. how can I do this (F12) on iPhone? on browser I know but on iPhone?

On my laptop (windows11) it works fine but on my iPhone no.
Please can you test and confirm it works on iPhone?
3
Web Server - Ask For Help / Re: Barcode Scanner
« Last post by osquiabro on May 07, 2024, 03:19:19 AM »
I can't believe that was the problem, but it was a copy from the other server where it does work or there was something in the cache because after ctrl-f5 it worked...

Seanh, thanks for the suggestion
4
Web Server - Ask For Help / Re: disable moving columns
« Last post by osquiabro on May 07, 2024, 03:16:06 AM »
all settings is off in webserver and Browse procedure, but i saw if a setting in websever layout Method is Flexbox always generate a column resizing, in table mode not generate but in my case use Flexbox.

Attached example
5
Web Server - Ask For Help / Re: disable moving columns
« Last post by Bruce on May 06, 2024, 09:33:23 PM »
You seem to have got "some of" the column resizing turned on for that browse, but not all of it.
I suggest you duplicate the effect in a shipping example and send it to me so I can see what combination of settings you have used, in the WebServer procedure, and the Browse procedure.

Cheers
Bruce
6
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« Last post by Bruce on May 06, 2024, 09:29:38 PM »
No, sorry, I meant;

When implementing MapBox - did you write a derived class - derived from NetMaps, which just implemented the MapBox API's in place of the HERE Api's ?

Cheers
Bruce
7
Web Server - Ask For Help / Re: Old wizard
« Last post by Bruce on May 06, 2024, 09:28:01 PM »
noted.
8
E-Mail - Ask For Help / Supress display of error message when sending email
« Last post by hectorp on May 06, 2024, 07:39:00 PM »
Hi

Using the email demo as a shell for a sending email service.

How can I suppress and log the error message so the service does not stop? The "suppress error messages" is on.
The "show message after..." option is off.

Attached is a screen with the error message I want to suppress.

TIA

NT 12.63
9
Web Server - Ask For Help / Re: Barcode Scanner
« Last post by seanh on May 06, 2024, 04:24:54 PM »
Maybe you need to update the web folder? 
10
Web Server - Ask For Help / Re: Barcode Scanner
« Last post by osquiabro on May 06, 2024, 03:22:20 PM »
but the same problem is in a primary domain https://istpr.com/qrcode, maybe  i think that the multisite is a problem, the other site https://fecipur.org/barcode is not multisite and work
Pages: [1] 2 3 ... 10