I've confirmed that the nsd.config file is correct (and unchanged):
#
# ADP custom parsers -- see adp.c
#
ns_section "ns/server/${servername}/adp/parsers"
ns_param adp ".adp" ;# The simple parser looks for <%... %>
ns_param fancy ".adp" ;# The fancy parser does a lot more.
Looking through the Makefile I don't see any configs that needed to be set during compilation, nor is there any mention of this in the docs at AOLServer.com.
Further, looking at /doc/styles.tcl on this new box, I see that all my styletags registered during startup. They just don't work. However, their equivalent (using the <% [some_proc] %> syntax) works just fine.
I'm not opposed to tromping through all my templates and editing out the custom tags for the other syntax substitute, though I'd prefer not to. What I'm most concerned to know is whether this is actually a sign of a larger (and possibly more difficult) problem.
Anyone else run into this? I don't see anything in the archives. TIA!
Request notifications