Re: [Koha] ( Internal Server Error)
Try adding the following line near the top of search.pl:
use CGI::Carp qw(fatalsToBrowser);
and then doing another search. This will cause the error to print to the browser window, and might give us some more information.
Steve the script is working now , Thanks a lot. but it did not display any error messages , I think because the error is in the header of the generated output. The other scripts still not working . do u suggest that I add this line in all the scripts ? Thanks Again Mohamed Amin _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
On Thu, 24 Apr 2003, Mohamed Amin wrote:
the script is working now , Thanks a lot. but it did not display any error messages , I think because the error is in the header of the generated output.
The other scripts still not working .
do u suggest that I add this line in all the scripts ?
Can you see the error printed out at the top of the generated web page? You might need to "View Source" and look for the error message at the top of that output. It'd be better if we could find the source of the error instead of modifying all of those web scripts.... Steve.
participants (2)
-
Mohamed Amin -
Tonnesen Steve