Forum OpenACS Development: Re: tests cases fail on a 5.5 fresh installation

Error in include template "/var/www/openacs/packages/openacs-bootstrap3-theme/resources/templates/packages/forums/lib/search/search-form": can't read "form:id": no such variable
Collapse
Posted by Dave Bauer on
It looks like some Tcl distribution code is calling msgcat, not OpenACS. There isn't any call to "package require msgcat" in OpenACS itself.

So it looks like your AOLserver is using a different version of Tcl than your local Tcl install and it can't find the msgcat library.