I can FTP and see the CGI-BIN directory, but still get the following error when trying to setup the site settings on my new host. Any ideas what it might be ?
I can also see a test .pl file being loaded when running the wizard. surely if there were page not found errors it would not be able to write to the cgi-bin directory ?
I have also attached my exported file settings incase somebody can see anything...
What are the permission settings on the folder? and the individual files?
All should be 755 or rwxr-xr-x
Last edited by wjcampbe; 09-Dec-2007, 08:39 PM.
Reason: correct letter settings (I wrongly had rwxrw-rw) - thanks to Duncan and Paul for pointig out my error
I just upgraded our server to Centos5 and took us up to PHP5 whilst at it, we are having similar problems...
The site uploads, if we try to use the cgi-bin (normal location) the site has HTTP errors, if we create a folder in the public files under httpdocs/ called cgi for example the site will pass the "test" in advanced network settings but will hang at upload with a merge error.
The scripts are not executing for Actinic however a test script with the extension .pl runs fine.
files are 755 for cgi-bin. Its more fundamental. It must be the way the host has their systems setup and/or use of IIS etc. I see on the Actinic FAQ site that there are many different configuration settings for different hosts. Support told me to mail them the mail2hst.txt file to review. I expect I'll have to change to another host !
The directory specified as the path from the CGI-BIN to the acatalog directory does not exist on the web server. Check the path. Also see the on-line help for "Path from FTP server to Catalog".
The script does not have permission to write to the web site directory
CGI-BIN Working Directory: "D:/Swsoft/vhost/mydomainname.co.uk/cgi-bin"
Here are some settings for our Plesk server. It might be worth adapting them with your settings. Though I'm not sure if every Plesk server has the same directory structure…
can i just add i recently got some new hosting
already have one account with them workign fine
if i change permissions in my ftp programme it sometimes misbehaves
if i go in to file amanger on the siteadmin/cpanel and change them it seems to sort itself out
hope it gives you some help
G
Remembering the road to Actinic enlightenment is a long and sometimes painful one.
Current project:
cheapadulttoys4u.co.uk
cheaplingerie4u.co.uk
Something for the Missus,Something for the Weekend
I would expect it to be rwx-rx-rx which is 755 for cgi-bin and acatalog
Sometimes acatalog is set to 777 which is: rwx-rwx-rwx
What I think you have for rwxr-xr-x is 761 (or even 4751)
User: has the first three binary bits (400 - Read, 200 - Write, 100 - Execute)
Group: has the second three binary bits (40 - Read, 20 - Write, 10 - Execute)
Others: has the third three binary bits (4 - Read, 2 - Write, 1 - Execute)
You just ad them up.
There are also another three bits (which form 4000, 2000 & 1000).
User: Set UID - 4000
Group: Set GID - 2000
Others: Sticky - 1000
I think Bill maybe wrong in this case (very rare). What Bill says would be 766. I don't think there would be any reason for the Group or Others to be able to write - but they would need to Execute.
Gets confusing doesn't it with all these rs and ws, bits and numbers.
Comment