This question about Using an extension: Asked
Kino search internal server error
I installed the extension of Kino Search and plugin, but when I do a search on the topic Kino presents the following error:
Internal Server Error
The Server Encountered an internal error or misconfiguration and Was Unable to complete your request.
Please contact the server administrator, email and inform them of the time the error occurred, and anything you might Have Done That May Have Caused the error.
More information about this error May be available in the server error log.
Both the installation of the Plugin Extension as I was not with errors.
I need urgent help.
First question is - what is reported in the apache error.log file?
(If you're in a massive rush, you might benifit from a quick consult from one of the
FoswikiConsultants - basically, give them
ssh
access to your server and they should be able to gather the right details to resolve the issue)
--
SvenDowideit - 17 May 2010
Which OS do you use? I am working with windows and had the same error first.
You might have forgotten to point to the right perl directory in the search script? This was the solution in my case.
Maybe your problem is already solved, but this might help other people.
--
StefanJung - 21 Jun 2010
I found the problem on my Unix/Ubuntu system is that the foswiki/bin/kinosearch script is installed without execute permissions
chmod +x foswiki/bin/kinosearch
--
KiltBear - 15 Sep 2010