RE: Web forums
- Posted by irv mullins <irvm at ellijay.com> Jun 12, 2004
- 420 views
cklester wrote: > > Michelle Rogers wrote: > > > > I've gone back to IIS instead of Apache..and I've gotten it to the point > > that it's apparently TRYING to run a CGI...but now it will eventually do a > > CGI error page, sayinging it timed out while trying to do the CGI > > application. > > That usually signals that your program stopped because of a bug or something. > Check the folder in which the test.exw file is and see if there's an > "ex.err" file. If there is, fix the problem it describes and try again. I do not know about iis, but using Apache on Linux, it is possible that the Euphoria interpreter may not have enough privileges to write that ex.err file where it wants to. So you might have to set up a separate folder for those error messages, writable by all. Then redirect the error messages to that folder using crash_file() Irv