Forum OpenACS Q&A: Installing Tasks ?

Collapse
Posted by damon pin on
Hi

I would like to try the tasks module for my company's portal since from what I read it is a simplified Project Manager package.

I did a fresh install on 5.2.2 on debian/postgres 7.4 but I get the following error.

Any help is appreciated.

Server Error

There was a server error processing your request. We apologize.

Take me back where I was (before the error)

No fullquery for dbqd.contacts.www.index.public_searches and default SQL empty - query for statement missing
while executing
"error "No fullquery for $statement_name and default SQL empty - query for statement missing""
(procedure "db_qd_replace_sql" line 10)
invoked from within
"db_qd_replace_sql $statement_name $pre_sql"
(procedure "db_exec" line 13)
invoked from within
"db_exec select $db $full_statement_name $sql"
invoked from within
"set selection [db_exec select $db $full_statement_name $sql]"
("uplevel" body line 2)
invoked from within
"uplevel 1 $code_block "
invoked from within
"db_with_handle -dbn $dbn db {
set selection [db_exec select $db $full_statement_name $sql]

set result [list]

while { [db_get..."
(procedure "db_list_of_lists" line 9)
invoked from within
"db_list_of_lists dbqd.contacts.www.index.public_searches {}"
invoked from within
"concat [list [list [_ contacts.All_Contacts] ""]] [db_list_of_lists dbqd.contacts.www.index.public_searches {}]"
invoked from within
"set search_options [concat [list [list [_ contacts.All_Contacts] ""]] [db_list_of_lists dbqd.contacts.www.index.public_searches {}]]"
("uplevel" body line 32)
invoked from within
"uplevel {
ad_page_contract {
List and manage contacts.

@author Matthew Geddert mailto:openacs@geddert.com
@creation-date 2004-07-28
@..."
(procedure "code::tcl::/var/lib/aolserver/elshk/packages/tasks/www/index" 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 5)
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..."

Collapse
2: Re: Installing Tasks ? (response to 1)
Posted by Malte Sussdorff on
Ups. Noone ever tried to run tasks without contacts so this is where the error comes from (hidden dependency on contacts). Either install contacts as well or fix the dependency or wait for someone to fix it (I might get around to it later this month)
Collapse
3: Re: Re: Installing Tasks ? (response to 2)
Posted by damon pin on
Thank you Malte, I will try that now.

Tasks depends on contacts, contacts also depends on .LRN,
so I have to install .LRN. to get tasks to work.

hmmm, so .LRN and openacs is inseparatable now.

Collapse
Posted by Malte Sussdorff on
No. Contacts will install without .LRN. I managed to do this a couple of times. Everything related to .LRN is wrapped so you should be fine.