Click to See Complete Forum and Search --> : error 500


blindrain
04-07-2005, 10:48 PM
how do you Set the implementing rights for "user" (705 or 755).

my site is served on 1and1 and now and my program doesn't work but it does work on my site served out of my house

I don't understand this

Nedals
04-08-2005, 12:51 AM
First check your shebang line
#!/usr/bin/perl ...or whatever YOUR server setup requires.

The 500 error is usually caused by a syntax error.

Permissions should be 755 for .cgi scripts.

Assuming you don't have the problems 'Ultimater' is having, add this line near
the top of your script and the errors will be displayed in the browser.

use CGI::Carp(qw/fatalsToBrowser/);