Writing to a field in a cgi stack

J. Landman Gay jacque at hyperactivesw.com
Fri Apr 11 01:05:34 EDT 2008


Sarah Reichelt wrote:
> Hi All,
> 
> I'm writing a cgi stack to return some data. It's working fine and
> grabbing data from text files stored locally. In my browser I can test
> that I'm getting the correct data back. However I was hoping to be
> able to use fields in the cgi stack for logging. When a request comes
> in, I have tried using:
>     put pQuery into fld "DataIn" of stack "WebData"
> I don't get any error message, "the result" is empty, but nothing
> appears in the field.
> There is a field of that name, the stack is named correctly and I know
> pQuery has some data in it.

Most cgi folders don't have write permissions enabled. It's a security 
measure. Does the system error log give any info?

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list