Tags:
create new tag
view all tags
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

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2001-11-01 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.