Forum OpenACS Q&A: Error during open root URL.

Collapse
Posted by Budi Wiyono on
Hi all,

I have OpenACS (openacs-3.2.4) running on a GNU/Linux/Suse 7, with
PostgreSQL. With apache_1.3.20 and mod_aolserver-1.1.

All is running without any apache error.
Except for this error and I get everytime if I try to browse the root
URL. (http://127.0.0.1/).
The browser couldn't the appropriate display.

[Tue Jun  5 18:35:01 2001] [error] [client 129.47.1.161] [uri: /]
  /tcl/user-group-defs.tcl: function ug_serve_group_pages: first
element in url_list is not [ad_parameter GroupsDirectory ug]

Anybody knows why and what to do about it ?

Thanks,

BDW

Collapse
Posted by Budi Wiyono on
Ooops...

It's working now, except of BBOARD.
What error type and how to fix it ?

[Wed Jun  6 08:32:36 2001] [error] [client 127.0.0.1] [uri: /bboard/index.tcl]
  registered_proc blew up --- backtrace follows:
can't use empty string as operand of "||"
    while executing
"if { [bboard_pls_blade_installed_p] || [bboard_openacs_search_installed_p] } {
    set search_server [ad_parameter BounceQueriesTo site-wide-search ""..."
    (file "/var/opt/www/mycontent/www/bboard/index.tcl" line 88)
    invoked from within
"source $ad_conn(file)"
    (procedure "ad_handle_abstract_url" line 67)
    invoked from within
"ad_handle_abstract_url conn {}"

Collapse
Posted by Cynthia Kiser on
Both the procs mentioned [bboard_pls_blade_installed_p] and [bboard_openacs_search_installed_p] need to return values. Start by reading each of them to see what they depend on. I think this error often is caused by not having a parameter set in the .ini file but has been a while since I have seen it.
Collapse
Posted by Dave Bauer on
Specifically UseOpenACSSearch=0 is missing from the ad.ini file that comes with OpenACS 3.2.4. Putting that line under [ns/server/servername/acs/bboard] should fix the problem.
Collapse
Posted by Budi Wiyono on
Dave,

Thanks for your help. It's works now.
BTW, how to make a new topic ?

Thanks.