|
From: Reinier P. <rp...@wi...> - 2001-10-12 10:10:42
|
Hello list, Still in my first steps with OpenInteract, I have installed it from CPA After applying the patch to base_user posted here, I have been able to administer users and read most of the system documentation. But oi_docs/templates.html gives me an error message: it complains about a character '&', which isn't actually in the source. Without prior experience with the Template Toolkit, I find it hard to understand the cause of this error, but the message seems very misleading. 1) How can I repair the page? The link from http://www.openinteract.org/docs/developer is broken. 2) How can I obtain better error messages when debugging HTML templates? This is my version info: % perl -MOpenInteract -MSPOPS -e \ 'printf "%s\n%s\n", $OpenInteract::VERSION,$SPOPS::VERSION' 1.07 0.50 % perl -v | head -2 This is perl, v5.6.1 built for sun4-solaris-multi % uname -rsp SunOS 5.7 sparc -- Reinier Post |