Forum OpenACS Development: Response to Bootstraping error

Collapse
Posted by Bart Teeuwisse on
I have seen a similar problem caused by /openacs-4/packages/cms/tcl/form-procs.xql. The first fullquery of this file has a typo in the closing tag <fulllquery>.

The best way to find out in which file the error ocures is to set the parameter debug to true in the ns_section ns/parameters of your configuration file.

Restart your server and tail the log file. Almost everything is now being logged. If this is not enough then also enable query logging by setting the Verbose parameter to On in the ns/db/pool/log section.