[rt-users] Shredder error - 404 FnF

Ruslan Zakirov ruslan.zakirov at gmail.com
Fri Jan 27 14:32:57 EST 2006


On 1/27/06, Stewart Tranter <S.G.Tranter at lboro.ac.uk> wrote:
> Hi, I've just installed the shredder and the tool seems to work from the
> CLI, but in the Web GUI I get a 404 File Not Found error when I go to do
> the search - I can fill out all the stuff on what I want to search on
> though.
>
> It is saying in the apache error log that:
>
> [Fri Jan 27 14:56:45 2006] [error] [Mason] File does not exist:
> /opt/rt3/share/html/Admin/Tools/Shredder/Shredder
>
I think in your browser URL string you see "http://.../Shredder/" with
trailing "/". If so then it's my fault and this would be fixed in next
release.

now, you can fix it yourself.
Find in /opt/rt3/share/html/Admin/Tools/Shredder/index.html string
"<form .... action="Shredder"..." and change action attribute to
...action="<% $RT::WebPath %>/Admin/Tools/Shredder/"...

[snip]

>
> Stewart

--
Best regards, Ruslan.


More information about the rt-users mailing list