Question
web=all does not work on some systems (perl 5.005_03)
- TWiki version: stable Dec 1 2000
- Web server: intranet
- Server OS: solaris sparc
--
ColasNahaboo - 28 Mar 2001
Answer
On my system, it seems that the parameters in
$query->query_string that the script
search gets are separated by
;, not
& as the script expects.
This make sit unable to recognize the web= parameter.
Symptom: Ref-All gives no results and limits itself to current web
Fix: the fix for this situation is to change
split('&'
into
split(';'
in
bin/search
But it is only a temporary fix. Some perl hacker should be able to determine what is really the cause...
--
ColasNahaboo - 28 Mar 2001
This is fixed in the 01 Sep 2001 release.
--
PeterThoeny - 01 Nov 2001