Page 1 of 1

Run samples mod_harbour (sessions) and others

Posted: Wed Feb 26, 2025 1:28 am
by Itamar M. Lins Jr.
Hi!
I get this error, while run ../modharbour_samples/sessions/index.prg

Error: Can't open #include file 'fileio.ch'
called from: __PP_PROCESS, line: 0
called from: ../source/exec.prg, EXECUTE, line: 64

Source:
0062: lReturned := .T.
0063: elseif AP_PostPairs()[ "user" ] == "user02" .and. AP_PostPairs()[ "password" ] == "user02"
0064 => SessionStart()
0065: SetSessionByKey("user", "user02")
0066: SetSessionByKey("name", "Lisa Margaret")

How to change configuration this ?
The file fileio.ch found into ~/harbour/include
Other samples of mod_harbour works fine.

Best regards,
Itamar M. Lins Jr.