Click to See Complete Forum and Search --> : cgi subscribe list problem


Pyrohavoc
03-06-2003, 02:48 PM
i can't seem to figure this damn thing out.....i'm using subscribe me lite to set up and subscription email list and i've followed the directions and can't seem to set it up.....when the user submit his email i get a

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

and when i try to set the password for the mailing list i get an error output from the cgi itself that says it was unable to create the directory that permissions may not be set high enough......and believe me they are......any ideas???

jeffmott
03-06-2003, 07:20 PM
i get a Internal Server ErrorInsert this line to get the true error message.use CGI::Carp qw{fatalsToBrowser};

Pyrohavoc
03-06-2003, 07:36 PM
where should i insert that?....anywhere in the cgi?? or is there a particular place?

jeffmott
03-06-2003, 08:09 PM
In this particular case it can be placed pretty much anywhere, though it generally is declared near the top.

Pyrohavoc
03-06-2003, 09:48 PM
thanks for your help but after speaking with my server admin we figured out the problem real fast.....i had it aiming at the wrong folder by mistake.......


home/url/cgi-bin/
shoulda been:

home/httpd/web/url/cgi-bin


thanks for the help anyway