pp wrote: > > > Yeah, I defined ID and works fine until id is sent in url. > > > > What? The value is the same, but it segfaults depending on the _origin_ > > of the value? > > exactly........
So if you do, for example mgd_list_topics($argv[0]) it segfaults, but mgd_list_topics($someid) is OK? What about $someid=$argv[0]; mgd_list_topics($someid)? > Emile , I got more sites with active root page and everything is ok. > It happens only with one page. I think I made some bad crossed SG > somewhere , but I can not locate it. What may drigger this? I don't know, but it looks like it's according to spec. If you have http://hostname/admin/ (in SG0, for example), and http://hostname/ with an active root page (in SG1, for example), and you're trying to access http://hostname/images/tt.gif, it _should_ go to the second host entry. http://hostname/admin/images/tt.gif should pick the first host entry. > Besides, SGx root page depends on SGy active root page? No, but the search order determines which host entry is picked (and this search does not look at SGs), and the host picked determines the sitegroup. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
