Forum OpenACS Q&A: Saved values?

Collapse
Posted by Brad Duell on
Can anyone tell me if they've suffered from, or know why, events like
the following can happen:

I make a change to a file like packagesacs-tcl    clsecurity-
procs.tcl (such as the function sec_generate_session_id_cookie), in
which it now returns a corrupted value (giving me an "Error: tclop:
invalid return code from filter proc 'No value specified for argument
value': must be filter_ok, filter_return, or filter_break").

I kill all instances of the server, reverse the change mentioned
above, restart the server, and upon accessing pages get the
same "Error: tclop: invalid return code from filter proc 'No value
specified for argument value': must be filter_ok, filter_return, or
filter_break".

If I kill the server, remove the server, do a clean checkout from a
personal CVS, and restart the server, everything works fine.

I think this has something to do with the ns_cache but am not quite
sure how.

Any thoughts much appreciated.