Forum OpenACS Q&A: Re: AOLserver 3.5.1

Collapse
3: Re: AOLserver 3.5.1 (response to 1)
Posted by Jon Griffin on
security-init.tcl:

# Verify that the secret_tokens table is populated
set secret_tokens_exists [db_string secret_tokens_exists "select decode(count(*),0,0,1) from secret_tokens"]
The strange thing is it works fine from 3.5.0
Collapse
4: Re: AOLserver 3.5.1 (response to 3)
Posted by Jeff Davis on
I think the problem is with nsxml.  It should be picking up
the query in security-init.xql which does not use decode.