Search found 109 matches: logs

Return to advanced search

xbrowse (likely a custom table) whose contents change dynam

... generates a response based on this data, which is a common pattern in API endpoints. The function processes a POST request containing JSON data, logs the data, and returns a JSON response with the processing time and a success message. It decodes the JSON into a Harbour hash object (hPost), extracts ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 60

New FTDN April 2024 (FWH 24.04)

... Error and then clears the error. - Enhanced: function FW_ShowAdoError( oCn, [lSilent = .f.], [er] ) The function displays (if not silent) and/or logs error and/or evaluates bOnError set earlier and clears the error Returns oAdoError - Enhanced: function Fw_OpenAdoConnection( ; cConnStr, [lShowError], ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 375

Re: Servidor de mail propio y acuse de ENTREGA.

... the email headers on the receiving mail server. This might involve: Using a mail client to view the email headers Accessing the mail server logs Using a tool like tcpdump or Wireshark to capture the email traffic When the email is delivered, the receiving mail server should send a delivery ...
by Antonio Linares
Mon Apr 22, 2024 4:58 am
 
Forum: Off Topic / Otros temas
Topic: Servidor de mail propio y acuse de ENTREGA.
Replies: 2
Views: 338

Re: Compiler with MSVC y HARBOUR

... specify the paths to these libraries if not automatically detected. Test: After installation and configuration, restart Apache and check the error logs to ensure there are no issues loading these libraries. By ensuring these libraries are correctly installed and configured, you enhance the capabilities ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 185

Re: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF

To All Found my ( users ) problem .. there are two tables .. Security table Employee table Kayla Brown Kayla J Brown As you can see when the user logs in and bounces their SSO against the security table I store the Name (field name ) Kayla Brown .. then when the User creates a Leave Slip .. I bounce ...
by Rick Lipkin
Thu Mar 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF
Replies: 1
Views: 177

Re: metodo Get

Lo cual quiere decir que tiene todas las DLLs que necesita para funcionar

Revisa error.log y access.log en la carpeta logs y mira a ver que error reporta
by Antonio Linares
Tue Dec 13, 2022 9:32 pm
 
Forum: mod_harbour
Topic: metodo Get
Replies: 11
Views: 1491

Re: metodo Get

... port, missing dependencies, 4:33:03 p. m. [Apache] improper privileges, a crash, or a shutdown by another method. 4:33:03 p. m. [Apache] Press the Logs button to view error logs and check 4:33:03 p. m. [Apache] the Windows Event Viewer for more clues 4:33:03 p. m. [Apache] If you need more help, ...
by Adolfredo Martinez
Mon Dec 12, 2022 9:38 pm
 
Forum: mod_harbour
Topic: metodo Get
Replies: 11
Views: 1491

Re: AYUDA Explicación. WebApp - ModHarbour

Revisa los ficheros c:\Apache\logs\access.log y error.log Asegúrate de que has copiado libcurl-x64.dll en la carpeta cgi-bin de Apache y que en Apache\conf\httpd.conf tienes estas líneas: <Directory C:/Apache/htdocs> RewriteEngine ...
by Antonio Linares
Thu Oct 27, 2022 9:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA Explicación. WebApp - ModHarbour
Replies: 24
Views: 2382

Re: Closing Circles

... for me to answer here, as I have no idea how well you know web programming. I'll post a simple example. The logline() function in data.prg logs all accesses. If you change in your bootstrap table definition data-side-pagination="server", you will see that every click on the PAGINATION ...
by Otto
Sat Oct 15, 2022 9:28 am
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1336

Re: Very strange problem - ideas needed

... There are no red flags. Those are all important, and likely causes, but because none of them indicate an issue, and I see nothing in the System Logs ( Windows ) showing errors, it becomes even stanger. Thank you.
by TimStone
Wed Aug 24, 2022 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1788

Re: Windows Service - finding path

... the background". It is actually nice to be able to build a service with Harbour/FWH, and have it run in the background regardless of who logs into the server. This is my auto backup, and auto program updater, utility. This will work nicely now.
by TimStone
Sun Jul 24, 2022 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Service - finding path
Replies: 6
Views: 538

Re: Preguntas frecuentes mod_harbour

... NOT include an ID which matches the server name [Tue Oct 05 09:17:31.389342 2021] [core:warn] [pid 7376:tid 364] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Tue Oct 05 09:17:31.389342 2021] [ssl:warn] [pid 7376:tid 364] AH01882: Init: ...
by EBM
Tue Oct 05, 2021 2:26 pm
 
Forum: mod_harbour
Topic: Preguntas frecuentes mod_harbour
Replies: 26
Views: 6462

Re: Preguntas frecuentes mod_harbour

Revisa el fichero c:\xampp\apache\logs\error.log y mira a ver que errores te indica
by Antonio Linares
Tue Oct 05, 2021 7:00 am
 
Forum: mod_harbour
Topic: Preguntas frecuentes mod_harbour
Replies: 26
Views: 6462

Re: Preguntas frecuentes mod_harbour

... missing dependencies, 01:17:49 p. m. [Apache] improper privileges, a crash, or a shutdown by another method. 01:17:49 p. m. [Apache] Press the Logs button to view error logs and check 01:17:49 p. m. [Apache] the Windows Event Viewer for more clues 01:17:49 p. m. [Apache] If you need more help, ...
by EBM
Fri Oct 01, 2021 6:29 pm
 
Forum: mod_harbour
Topic: Preguntas frecuentes mod_harbour
Replies: 26
Views: 6462

Re: HRB give a empty page

Have you reviewed the log files in c:\inetpub\logs\LogFiles\ ? Please locate the hrb request and see what it says 2021-09-19 07:24:02 ::1 GET /modharbour_samples/testhrb.hrb - 80 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/93.0.4577.82+Safari/537.36 ...
by Antonio Linares
Sun Sep 19, 2021 11:44 am
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2265
Next

Return to advanced search