Forum OpenACS Q&A: Re: Recruitment Package not found !

Collapse
Posted by Orzenil Silva Junior on
Hi,

as Demon said you could download recruiting package from CVS HEAD and install it localy. But there is some work you need to do in recruiting to got it working for you. A time ago there was a discussion here about it:

https://openacs.org/forums/message-view?message_id=242733

I am using a modified recruiting version from CVS with dotlrn-2-1 (openacs-5-1-5). If you want to try you can download from storage area here:

http://www.openacs.org/storage/view/recruiting-package.tar.gz

Just unpack it inside your package root and install from local. Please, tell me if it works for you so i could commit it to CVS.

Thanks

Collapse
Posted by Ratnakar Sagare on
Hi Orzenil,
I have downloded & installed the recruiting package. Thanks for the same.
But when I click recruitng in the Applications side pane; it throws following exception.

========================START===========================

invalid command name "dotlrn::navbar"
while executing
"dotlrn::navbar Recruiting"
("eval" body line 1)
invoked from within
"eval dotlrn::navbar $context_bar"
invoked from within
"if {! ([template::util::is_nil context_bar])} {
append __adp_output [eval dotlrn::navbar $context_bar]
}"
("uplevel" body line 24)
invoked from within
"uplevel {
set __adp_output ""


#
# Copyright (C) 2001, 2002 OpenForce, Inc.
#
# This file is part of dotLRN.
#
# do..."
(procedure "template::code::adp::/var/lib/aolserver/open_qualex/packages..." line 2)
invoked from within
"template::code::${template_extension}::$__adp_stub"
(procedure "template::adp_parse" line 68)
invoked from within
"template::adp_parse $__adp_master [concat [list __adp_slave $__adp_output] [array get __adp_properties]]"
(procedure "template::adp_parse" line 73)
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..."

===========================END==========================
Can you please look at this ?

FYI,
I am not using dotlrn. Is it mandatary for the package?

Thanks

Collapse
Posted by Orzenil Silva Junior on
Ratnakar,

sorry about that. could you download it again? just unpack over yours old files.

thank you

Collapse
Posted by Ratnakar Sagare on
Hi Orzenil,

It worked smoothly this time.

Thanks for all your help.

Ratnakar