Here are a couple things I've found during my migration from AOLServer to Naviserver.
1. The order of arguments to ns_register_filter is reversed. I found a discussion in the archives talking about this, but no conclusion. It looks like the procedure args and the filter reason got switched, which is fine. I just didn't know. 2. dbipg does something strange when used with a template, and a column the same name as the table. This works as expected: default:nscp 1> dbi_rows {SELECT classification FROM classification} UNCLASSIFIED This does not: default:nscp 2> dbi_rows {select classificationid, classification from classification} { default:nscp 2>>> $classificationid -> $classification default:nscp 2>>> } 1 -> 1 3. ns_cp is broken. I read in the archives that this command was to be deprecated. So I quit using it. What it did was fail with a permission error which is funny because [exec cp ...] did not fail. Maybe those commands should just be removed. There is going to be some pain migrating anyway... So far so good. Thanks for all your work on this project! - Ian ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ naviserver-devel mailing list naviserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/naviserver-devel