Question
Hi,
after installing
ActionTrackerPlugin, i cannot see table result of a formatted search in
http://localhost/twiki/bin/view/TWiki/ActionTrackerPlugin
.
In Apache logs i'm getting:
«[Sat Feb 23 16:54:02 2008] [error] [client 127.0.0.1] c:\progra~1\GnuWin32\bin\grep.exe "-E" "-l" "-H" "--" "%ACTION{.*}%" "E:\twiki\data\TWiki\ActionTrackerPlugin.txt" failed: Bad file descriptor[Sat Feb 23 16:54:02 2008] view: Use of uninitialized value in concatenation (.) or string at E:/twiki/lib/TWiki/Sandbox.pm line 460.
[Sat Feb 23 16:54:02 2008] [error] [client 127.0.0.1] c:\progra~1\GnuWin32\bin\grep.exe "-E" "-l" "-H" "--" "%ACTION{.*}%" "E:\twiki\data\TWiki\ActionTrackerPlugin.txt" ->
[Sat Feb 23 16:54:02 2008] [error] [client 127.0.0.1] [Sat Feb 23 16:54:02 2008] view: Use of uninitialized value in concatenation (.) or string at E:/twiki/lib/TWiki/Store/SearchAlgorithms/Forking.pm line 72.»
Twiki Version: 4.1.2
OS:Windows Vista Home Edition
Perl:
IndigoPerl
Could anyone help me solving this?
Best Regards
Environment
--
MarcoCristino - 23 Feb 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
After changing
LocalSite.cfg to
$TWiki::cfg{RCS}{SearchAlgorithm} = 'TWiki::Store::SearchAlgorithms::PurePerl';
the problem is solved
--
MarcoCristino - 27 Feb 2008