View Full Version : WWWBoard Internal Server Error


KingMungo
07-15-2003, 11:39 PM
As my first attempt at advanced HTML programming I thoguht I'd take a shot at setting up a simple WWWBoard. WWW.SCRIPTARCHIVE.COM To my dismay I found that when I tried to post a message on my board I got an Internal Server Error.

This, as you may have already figured out, <Foul Language>.

Can anybody tell me what I am doing wrong? It is, undoubtedly, in the WWWBoard.PL script, but I don't know where to look. Is there anybody that can help me?

Kawinma
07-17-2003, 04:50 AM
I think I know what the problem is:

Edit WWWBoard.pl, you should see at the top:
#!/usr/bin/perl
or something like that. Change it to
#!/usr/bin/perl -w
Then reload the file. Hope this helps! ^_^

KingMungo
07-17-2003, 05:46 PM
thanks. i tried it but it still doesnt work. thank you anyway.

Kawinma
07-17-2003, 09:59 PM
Hrm. Your welcome o_O