PDA

View Full Version : sgi err err err :(


Dr.Server
08-06-2002, 04:48 AM
i want to install (subscribe) it is mail list scriept by CGI .. i put it in cgi-bin folder and give it 755 per

win i complete it's settings it gives this err:

Subscribe Me Pro - Enterprise Edition Status:
Path Not Found or Not Writeable.

Can't set permissions on /home/****/public_html/cgi-bin/subscribe/unixmail_eng.pl to 0775 via this program. Your server responded: No such file or directory.




please verify if this settings are correct ??

PATH TO PERL: /usr/bin/perl
PATH TO CGI DIRECTORY: /home/****/public_html/cgi-bin/subscribe
YOUR ROOT DIRECTORY:/home/meaadco/public_html
MAIL PROGRAM: sendmail: /usr/sbin/sendmail
FILE LOCKING: ON
UNIX OR NT SERVER: Unix
MAIL USING: sendmail
SMTP MAIL SERVER:
SMTP MAIL SERVER: mail.mysitehere.net
CGI EXTENSION: Pl
ADMIN SIGN-UP NOTIFICATION: ON
SCRIPT PERMISSIONS : 755

ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ

plz help me .. thanx 4 all

don5408
08-06-2002, 03:55 PM
"i put it in cgi-bin folder...Can't set permissions on /home/****/public_html/cgi-bin/subscribe/unixmail_eng.pl to 0775 via this program. Your server responded: No such file or directory.

Hi. When you say "i put it in cgi-bin folder" is "it" referring to the unixmail_eng.pl file, or a folder named subscribe into which you uploaded the unixmail_eng.pl file?

The program appears to be expecting to find the unixmail_eng.pl file in the path /home/meaadco/public_html/cgi-bin/subscribe so make sure that you uploaded the file to a "subscribe" subdirectory in your cgi-bin folder rather than uploading the file to the cgi-bin folder itself (or just change the PATH TO CGI DIRECTORY to /home/meaadco/public_html/cgi-bin)

If the unixmail_eng.pl file IS in a subscribe folder within cgi-bin double-check your spelling and check to make sure that you've used all lower case characters both in the file and folder names.

Best o' luck,
Don