Forum OpenACS Q&A: Re: OpenFTS Request Error

Collapse
Posted by Phillip Kuo on
Hi,

I have installed everything in the Installing ACS on Unix/Linux manual with little problem all the way until Number 16 in the instructions which includes the tsearch which comes with postgresql 7.2.3.  I made a mistake on the OpenFTS version number, it is Search-OpenFTS-tcl-0.3.2

This is my very first time installing OpenACS.

thanks for the fast response.

Phill

Collapse
Posted by Joel Aufrecht on
There are a couple of common things that can go wrong with OpenFTS. Could you post the exact database error? You can find it in the error log. The location of the error log is specified in the aolserver configuration file. For OpenACS 4.6, the config file is probably /usr/local/aolserver/openacs4.tcl, with this line:
ns_param   serverlog          ${serverroot}/log/error.log

Once you've found the error log, search for some text from the tcl error and look near it for the full SQL error.

(Happily, with 4.6.2 and the new postgres driver the full database error message is right on the web page and you don't have to dig through the log.)