kippez Posted January 30, 2003 Posted January 30, 2003 I keep recieving these errors File does not exist: Premature end of script headers: Is it something I am doing or may it be in the cgi scripts premission are set right upload in ascii mode just cant seem to have them run can anyone help. Kippez Quote
rayners Posted January 30, 2003 Posted January 30, 2003 Well, the File Does Not Exist error is pretty self explanitoty. The script you are trying to run isn't where you seem to think it is. As for the other one, in my limited experience, that can be any number of things. What are that script's permissions at the moment? Is there any configuration that needs to be done for the script? Can it access all the external files it needs to access? Quote
kippez Posted January 30, 2003 Author Posted January 30, 2003 Well the one directory is chmod 755 the files one set 777 other 755 i use html to post to the cgi i have that set to the right cgi file one of the cgi is a cgi-lib.pl file # $fullpath must be the FULL path to where FastAward will keep it's data. # This path must exist, and must be chmod'ded to 777. $fullpath = "/home/kippez/www/cgi-bin/fastaward"; that is the path i am using Quote
KevinW Posted January 30, 2003 Posted January 30, 2003 Suggest you fill out a help desk ticket, and be sure to provide all requested information (including your userid and password) so that someone can take a look at your setup. Good luck! kw Quote
kippez Posted January 31, 2003 Author Posted January 31, 2003 I got the problem fixed It seemed to be with the permissions. I was usinG cute ftp setting the permissions was not happening right tried ws_ftp didnot work had to set prermission through cpanel also config file was not right. same on both seems the premissions wont set right with cute ftp. Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.