Quote:
|
Originally Posted by More Booze
Hmmmm.... I get the same error when I try to run the test-script. I have installed a lot of PHP scripts but I cant understand why this is happening. 
|
Make sure you uploaded in ASCII
Make sure you chmod 755 the script
Make sure your path to perl is correct (#!/blah/blah... ask your host)
If the test script still does not work then your server is missing some
PERL modules. Just email the test script to your host and, unless they are really a bad host, they will install those modules for you.
PS: You must use an FTP program to upload; you can not use an ftp url with windows like this
ftp://yourdoamin.com/cgi-bin; This will only upload in binary, at least on my machine.