Forum OpenACS Q&A: Re: connection socket is detached

Collapse
Posted by Maurizio Martignano on
Dear Gustaf,
eventually we modified the script replacing "ns_unlink" with "file delete".
This is what we have at the moment in the script:
...
ns_writer submitfile $path
# here it seems the connection gets closed
# file delete $some_other_path #is ok
# ns_unlink $some_other_path #produces the error message reported before

Hope this helps,
Maurizio