Hi. I have Zoom installed in two cgi folders on my server. We set up two cgi folders because we needed a "basic" and an "advanced" search form, and we didn't want to have to maintain two separate indexes just for this.
The problem is this: search logging is working in the advanced folder set, but not in the basic folders. When I run a search using the basic folder, I get this error:
No such file or directory. Log filename and path not found (./logs/searchwords.log). Check that you specified the correct log filename in your Indexer settings.
The server is running Win 2003 and IIS 6. The cgi folders are both subordinate to the wwwroot folder. Each of these contains a logs folder. The folder names are:
cgi-bin
Except for the search form, everything in the two folder sets is identical. I've duplicated the security settings between the two folder sets, but the results were the same. I even tried temporarily giving all users of the basic folder full control, just to see if it was a rights-related issue, but even that didn't work.
I'd appreciate any help you can offer.
Thanks,
Robert Miles
The problem is this: search logging is working in the advanced folder set, but not in the basic folders. When I run a search using the basic folder, I get this error:
No such file or directory. Log filename and path not found (./logs/searchwords.log). Check that you specified the correct log filename in your Indexer settings.
The server is running Win 2003 and IIS 6. The cgi folders are both subordinate to the wwwroot folder. Each of these contains a logs folder. The folder names are:
cgi-bin
logs
cgi-bin-advlogs
Except for the search form, everything in the two folder sets is identical. I've duplicated the security settings between the two folder sets, but the results were the same. I even tried temporarily giving all users of the basic folder full control, just to see if it was a rights-related issue, but even that didn't work.
I'd appreciate any help you can offer.
Thanks,
Robert Miles
Comment