Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

MY RATES_CGI has server 500

Quote Reply
MY RATES_CGI has server 500
I uploaded it in ascii mode, it worked earlier today, and now it doesnt work anymore, it gives me a 500 error message, also i modified my script a slight bit with another cgi-code to display my links(lyrics)
please come to my site and help me diagnose my problem, everything else is fine but the rating.

------------------
lyricsearch99
Quote Reply
Re: MY RATES_CGI has server 500 In reply to
NeverMind I found out what it was...

at the very top of rate.cgi

#!/usr/local/bin/perl -w

delete the -w and it should work fine.
#!/usr/local/bin/perl

------------------
lyricsearch99