Search found 31 matches: unregistered

Return to advanced search

Custom error handling

Hello everyone, I need to write server errors (e.g. alias not valid, variable does not exist, unknown or unregistered symbol, etc.) in a log file for subsequent analyses. I tried to override ERRORSYS procedure or to define a custom ERRORBLOCK but in both way I was not able ...
by berpa
Wed Mar 08, 2023 11:07 am
 
Forum: mod_harbour
Topic: Custom error handling
Replies: 0
Views: 304

mod_harbour + ADS on linux server

... to mod_harbour? Is there a libharbour.so specific to use with ADS? By the way, the error shown by the application is this: Error: Unknown or unregistered symbol operation: ADSSETSERVERTYPE called from: HB_HRBLOAD, line: 0 called from: ../source/exec.prg, LOADHRB, line: 167 called from: ../source/exec.prg, ...
by berpa
Wed Nov 30, 2022 7:51 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31373

Re: Iniciando con mod_harbour

... si cambio el mod y la dll por lo que viene en tu pack, el error cambia a: Proc. file C:/xampp/htdocs/go/index.prg Error (1) Unknown or unregistered symbol Operation HB_COMPILEFROMBUF Subsystem BASE/6101 Trace ReplaceBlocks Block 0001 // ------------------------------------------------------------------------------ ...
by EBM
Fri Oct 08, 2021 7:26 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3808

Re: Codigo QR

Santi,

Por el error que te dá parece que ha sido un baile de letras:

"Unknown or unregistered symbol HD_ZEBRA_CREATE_QRCODE"
by Antonio Linares
Sat May 15, 2021 9:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codigo QR
Replies: 8
Views: 960

Codigo QR

... código de barras y funciona, pero la función hb_zebra_create_qrcode(), que es para generar código QR, me tira el siguiente error: "Unknown or unregistered symbol HD_ZEBRA_CREATE_QRCODE". Por qué me reconoce hb_zebra_create_code128() y no hb_zebra_create_qrcode(), si están en la misma ...
by santidedos
Sat May 15, 2021 8:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codigo QR
Replies: 8
Views: 960

Re: Migration to the new mod_harbour fastCGI

Here it is

prg is as simple as ;

Function Main
? "test load ads64.dll"
?
? WAPI_LoadLibrary( "ace64.dll" )

return nil

Error: Unknown or unregistered symbol
operation: WAPI_LOADLIBRARY
called from: HB_HRBLOAD, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 70
by jfl@mafact.com
Mon May 03, 2021 10:04 am
 
Forum: mod_harbour
Topic: Migration to the new mod_harbour fastCGI
Replies: 46
Views: 5292

SQLMIX

When I request a SQLMIX datadriver in mod_harbour :

#require "rddsql"
REQUEST SQLMIX



Error: Unknown or unregistered symbol
operation: SQLMIX
called from: HB_HRBLOAD, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 70

Am I missed something ?
How can I use sqlmix ?



Anang Tajaw
by anang
Wed Sep 23, 2020 6:03 am
 
Forum: mod_harbour
Topic: SQLMIX
Replies: 0
Views: 246

LIBRERIA WDO

... WDO ==> ' , WDO():version()         return nil        Pero al ejecutarlo me da el siguiente error: Error: Unknown or unregistered symbol operation: PTRTOSTR called from: HB_HRBLOAD, line: 0 called from: ..\source\exec.prg, LOADHRB, line: 159 called from: ..\source\exec.prg, ...
by PGO
Wed Sep 09, 2020 12:22 am
 
Forum: mod_harbour
Topic: LIBRERIA WDO
Replies: 2
Views: 532

Re: How to use OPRN and error pdf2.prg sample

... => DATA nCurrentPage 0065: 0066: DATA nPageSize INIT HPDF_PAGE_SIZE_A4 and after access http://54.37.60.42/jbiloja/index.prg Error: Unknown or unregistered symbol operation: AP_HEADERSIN called from: HB_HRBLOAD, line: 0 called from: ../source/exec.prg, EXECUTE, line: 70 Source: 0068: endif ...
by tiagojbi
Tue Jun 30, 2020 12:29 pm
 
Forum: mod_harbour
Topic: How to use OPRN and error pdf2.prg sample
Replies: 20
Views: 2768

Re: How to use OPRN and error pdf2.prg sample

After use your code:

Error: Unknown or unregistered symbol
operation: TPDF
called from: ../../apache.prg, (b)MAIN, line: 50
called from: HB_HRBLOAD, line: 0
called from: ../../apache.prg, EXECUTE, line: 116
called from: ../../apache.prg, MAIN, line: 61
by tiagojbi
Mon Jun 29, 2020 12:08 pm
 
Forum: mod_harbour
Topic: How to use OPRN and error pdf2.prg sample
Replies: 20
Views: 2768

Re: mod_harbour and ADS server

Hola

he bajado el archivo y he pegado los dll en C:\xampp\apache\bin

ace64.dll
ace64.lib
axcws64.dll
Ads.ini

pero aun recibo el error

Error: Unknown or unregistered symbol
operation: ADSSETSERVERTYPE
called from: HB_HRBLOAD, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 70

Source:
by Patricio Avalos Aguirre
Mon Jun 15, 2020 2:55 am
 
Forum: mod_harbour
Topic: mod_harbour and ADS server
Replies: 9
Views: 1470

Re: Problem with LoadHRB

... DLLs to C:\xampp\apache\bin Otto 00:13 Uhr Now when I start GENESIS from the modharbour_samples the program errors out 00:17 Uhr Error: Unknown or unregistered symbol operation: AP_METHOD called from: HB_HRBLOAD, line: 0 called from: ..\source\exec.prg, EXECUTE, line: 62Source: 0060: hb_vfCopyFile( ...
by Otto
Sat Jun 13, 2020 9:10 pm
 
Forum: mod_harbour
Topic: Problem with LoadHRB
Replies: 4
Views: 663

mod_harbour and ADS server

Hello, at the moment samples/ads.prg throws an error: Error: Unknown or unregistered symbol operation: ADSSETSERVERTYPE called from: HB_HRBLOAD, line: 0 called from: ../apache.prg, EXECUTE, line: 143 on both mod_harbour and our testserver. Can we do something ...
by Taavi
Fri Apr 10, 2020 4:36 pm
 
Forum: mod_harbour
Topic: mod_harbour and ADS server
Replies: 9
Views: 1470

hbcurl how is it used?

... excuse my lack of knowledge. I see hbcurl referenced in many of the examples. When I attempt to call curl_easy_init() I get: Error: Unknown or unregistered symbol operation: CURL_EASY_INIT Is this built into mod_harbour, or do I need to reference it somehow? Thanks,
by byron.hopp
Sun Mar 01, 2020 11:35 pm
 
Forum: mod_harbour
Topic: hbcurl how is it used?
Replies: 5
Views: 767

Re: Mod Harbour

... da github in xampp\htdocs\modharbour_samples gli esempi, qualcuno funziona e tanti altri no. questo è uno degli errori: Error: Unknown or unregistered symbol operation: __DBGENTRY called from: ../../../apache.prg, (b)MAIN, line: 32 called from: HB_HRBLOAD, line: 0 called from: ../../../apache.prg, ...
by damianodec
Mon Jan 27, 2020 8:32 am
 
Forum: All products support
Topic: Mod Harbour
Replies: 11
Views: 7351
Next

Return to advanced search