I've found that if i call this script via cgi it works fine...(url/tester.r) Rebol [] send [EMAIL PROTECTED] "test" print "confirm" but if I "do" the same script from another script... ... do %tester.r ... It will print "confirm", but not send the e-mail??? Tbrownell --- [EMAIL PROTECTED] wrote: > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 15, 2000 3:45 AM > Subject: [REBOL] CGI Re:(2) > > > > > > > > Howdy, Daniel: > > > > > Thank you for your help, everyone. > > > > > > This is how far I've got until now : > > > > > > Apparently, file access is working normally > only in the > > > first cgi script launched by Apache, all > its child > > > processes (subsequent calls of scripts, whether > they reside > > > in cgi-bin or elsewhere) have problems to > access the local > > > file system. > > > > That's an odd one. We'll have a closer look at > that one > > when we can (cgi with apache for windows, > right?), but > > unfortunately don't have a decent answer for why > you're > > seeing that behavior right now. > > > > Is having your cgi-bin script reading and > writing files > > outside of cgi-bin what you want to accomplish? > > > > Perhaps you could have a separate rebol process > running > > living in the directory that you want to write > files in that > > talks through ports to the cgi-bin program. This > background > > REBOL process could do the writing and reading > of files on > > the cgi-bin script's behalf. > > > > -jeff > > > > > Hey Jeff, > > This might be related to the do/args "string" bug I > found, feedback #3246. > > Cheers, > > Allen K > > > > > > > > > __________________________________________________ Do You Yahoo!? Send instant messages with Yahoo! Messenger. http://im.yahoo.com/
