Forum OpenACS Q&A: Re: FtsEngineDriver not available!
I had kinda figured some of this out from the great install guide at aufrecht.org. But it only got me to another error. Sigh.
So I did this since we last "talked"...
su --preserve-environment --shell=/bin/tcsh nsadmin
I ended failing because a func_pgsql directory does not exist in my Search-OpenFTS-tcl-0.3.2.tar.gz. I then went back to sourceforge and downloaded a fresh one to be sure mine was valid. Same deal. So then I bravely/desperately decided to continue as if it was all ok;( The load of _int.sql worked after all.
psql -f $POSTGRES_SRC/contrib/intarray/_int.sql $DB_NAME
psql -f $SRCDIR/func_pgsql/create_func.sql $DB_NAME
exit
Then I mounted the FTS Driver in the Site Map (I didn't realize this needed to be mounted before). But now when I try to go to the FTS Driver admin page and Initialize OpenFTS Engine
I get some ugly stuffs:
Request Error
Database operation "dml" failed
ERROR: Unable to locate type name 'txtidx' in catalog
SQL: create table txt ( tid int not null primary key, path varchar unique, fts_index txtidx, last_modified timestamp );
while executing
"error "$err""
invoked from within
"if [catch {
db_dml create_table "create table $table_name ( ${table_id} int not null primary key, path varchar unique, fts_index txtidx, last_modi..."
("uplevel" body line 21)
invoked from within
"uplevel {
ad_page_contract {
Initialize OpenFTS
@author Neophytos Demetriou
} {
table_name
table_id
dict
numbergroup..."
(procedure "code::tcl::/www/nsroot/openacs-dev/packages/openfts-driver/w..." line 2)
invoked from within
"code::tcl::$__adp_stub"
invoked from within
"if { [file exists $__adp_stub.tcl] } {
# ensure that data source preparation procedure exists and is up-to-date
adp_init tcl $__adp_stub
..."
("uplevel" body line 3)
invoked from within
"uplevel {
if { [file exists $__adp_stub.tcl] } {
# ensure that data source preparation procedure exists and is up-to-date
adp_init t..."
(procedure "adp_prepare" line 2)
invoked from within
"adp_prepare "
(procedure "template::adp_parse" line 30)
invoked from within
"template::adp_parse [file root [ad_conn file]] {}"
(procedure "adp_parse_ad_conn_file" line 7)
invoked from within
"$handler"
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
$handler
} ad_script_abort val {
# do nothing
}"
invoked from within
"rp_serve_concrete_file [ad_conn file]"
(procedure "rp_serve_abstract_file" line 60)
invoked from within
"rp_serve_abstract_file "$root/$path""
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
rp_serve_abstract_file "$root/$path"
set tcl_url2file([ad_conn url]) [ad_conn file]
set tcl_url2path_info([ad_conn url]) [ad_conn path_inf..."
What am I missing? Is it the func_pgsql stuff that should have been with Search-OpenFTS? All thoughts welcome!