Page 2 of 2

Re: HMG & The Web

Posted: Sat Jun 20, 2020 1:00 pm
by apais
Let me check that.
You can send me a PM here if you want.

Reagards
Angel

Re: HMG & The Web

Posted: Sun Jun 21, 2020 9:36 am
by trmpluym
Angel,

When I try to run the demo on your website ( https://www.mod-harbour.com/hmgweb/ ), i get the error:

Code: Select all

Error: Variable does not exist
operation: _HMG_SYSDATA_
called from: pcode.hrb, DEFINEFORM, line: 139
called from: pcode.hrb, MAIN, line: 6
called from: HB_HRBDO, line: 0
called from: exec.prg, EXECUTE, line: 74
called from: apache.prg, MAIN, line: 75

Source:
0137: ;IF cTheme == NIL ; cTheme := "a" ; END
0138: 
0139 => _HMG_SYSDATA_ [ 38 ] := .F.
0140: _HMG_SYSDATA_ [ 1 ] := cHeader
0141: _HMG_SYSDATA_ [ 2 ] := cFooter
I tried several browsers (Chrome, Firefox, Edge) ...

Theo

Re: HMG & The Web

Posted: Sun Jun 21, 2020 9:51 am
by serge_girard
Me too !

Serge

Re: HMG & The Web

Posted: Mon Jun 22, 2020 2:35 am
by apais
This is because I've changed mod_harbour to a new version incompatible with init procedures implemented by Roberto.
I'm reforming hmgweb and will keep you posted when it's all ready, along with a stable version of mod_harbour to download.

The software is under heavy changes these days.
You know, when a product is new, every day something new pops.

Also a new mod for FastCGI mode it's on the cook! SAME FLEXIBILITY, MORE SPEED!

Please bear with me =)
Angel