Forum OpenACS Q&A: Re: FreeBSD, AOL Server 4 and OpenACS 5 (HEAD)

Collapse
Posted by Andrei Popov on
One more check also successfull: a fresh 5-HEAD (checked out just 30 minutes ago) successfully installed on the same box.
Collapse
Posted by Andrei Popov on

Ooops... This must have been a bit premature :)

There seems to be some problem with acs-subsite, in particular with /register:

[04/Nov/2003:08:11:28][27171.135024640][-conn:test::1] Error: GET http://192.168.81.128:8999/register/?return%5furl=%2f
referred by "http://192.168.81.128:8999/"
No script or template found for page '/home/apopov/prj/HEAD/packages/acs-subsite/lib/login'
    while executing
"error "No script or template found for page '$__adp_stub'""
    invoked from within
"if !$errMsg { error "No script or template found for page '$__adp_stub'"}"
    (procedure "template::adp_parse" line 78)
    invoked from within
"template::adp_parse [template::util::url_to_file "/packages/acs-subsite/lib/login" "$__adp_stub"] [list return_url "${return_url}" no_frame_p "1" auth..."
    invoked from within
"append __adp_output [template::adp_parse [template::util::url_to_file "/packages/acs-subsite/lib/login" "$__adp_stub"] [list return_url "${return_url}..."
    ("uplevel" body line 17)
    invoked from within
"uplevel {
          set __adp_output ""

    set __adp_master [template::util::url_to_file "[ad_parameter -package_id [ad_conn subsite_id] DefaultMaster ..."
    (procedure "template::code::adp::/home/apopov/prj/HEAD/packages/acs-subs..." line 2)
    invoked from within
"template::code::${template_extension}::$__adp_stub"
    (procedure "template::adp_parse" line 68)
    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]

acs-subsite/lib/login is indeed missing in FS, and is included in /packages/acs-subsite/www/register/index.adp. Isn't it what was discussed soe time ago about putting templates/other resources into a separate hierarchy?

In either case, this does not constitute the failure of the general exercise in question.