Hi,
Have any one tried the TModuledCGIApplication yet ?
I have Created a new TModuledCGIApplication and specified a OnCGIRequest event (and now even in the OnCreate I also set it again), but I keep getting the following error :
Error: : No CGI request handler set.
Stack trace:
$004015A2 TCGIDATAMODULE__HANDLEREQUEST, line 120 of cgiModules.pas
$00401443 TMODULEDCGIAPPLICATION__DORUN, line 93 of cgiModules.pas
$0043F827 TCUSTOMAPPLICATION__RUN, line 208 of inc/custapp.pp
I have traced it and it fails where it try to evaluate the OnCGIRequest that I have now set twice already.
Any Ideas why it keep on giving the error ? :shock: