manveen
05-03-2001, 08:10 AM
I am facing some problem with formmail script. This perl script is working fine in one server but in another server its not working. What can be the problem.
I am not able to change the permission of the formmail script by cute ftp
:(
(SH)Saeed
05-03-2001, 12:20 PM
1) Make sure the CGI script is uploaded as ASCII and not BINARY
2) Make sure the file permission is set to 755
3) Make sure the path to SendMail is correct inside of the script. If you don't know the path to SendMail, ask your admin.
avara
05-11-2001, 05:45 AM
ASCII is a big one. When I first started playing around with Perl a few years ago (I think that was back in 1997!), it took me a week just to realise that I had to set my FTP program to ASCII mode. :stickout: