View Single Post
  #5 (permalink)  
Old Aug 8th, 2006, 13:19
moojoo's Avatar
moojoo moojoo is offline
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,946
Blog Entries: 1
Thanks: 0
Thanked 29 Times in 29 Posts
Re: Help Desperately Needed !!

That error is a generic dont know what to do error. If you are using a PHP script you need PHP installed on your server, otherwise you would need a cgi-bin and cgiemail as far as I know.

The Form Action
http://www.ashbournes.com/formmail/formmail.pl implies you are running a cgi script. You need to make sure it is configured with the correct paths, and that you have sufficient privs to utilize it. You can check your web hosts faq for the correct paths etc. Most of them provide a cgi-bin directory and cgiemail so a 3rd party option may not be required.

An example of a cgiemail script can be found here http://www.he.net/info/cgiemail/demo.html
__________________
I hate IE 6. Just sayin....
http://www.mevans76.com

Last edited by moojoo; Aug 8th, 2006 at 13:22.
Reply With Quote