Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2435 visitors today
Log In Register

Forum OpenACS Q&A: Re: Custom index for subsite

OpenACS Home : Forums : OpenACS Q&A : Re: Custom index for subsite : One Message

+
Posted by Tilmann Singer on
Most likely the query dispatcher does not find the right query and tries to execute the inline one in the index.tcl file, which does not work.

Did you try modifying the lines in the .xql file:

<fullquery name="dbqd.www.index.user_name_select">

to something like this:

<fullquery name="dbqd.www.subsite.index.user_name_select">

There was a bug in the query dispatcher related to this some time ago, which may still be there, but you should try that at least.