Hi,
My apologies at the outset as I'm a complete bo-zo on most things Actinic and definetly anything to do with servers. In brief I upgraded both my sites to 10.03 yesterday and, oddly, one site is working fine but I'm getting an error when I try to refresh the other one.
The main error message seems to be pointing towards a permissions issue and when I do a test on the Network Settings I get a similar message. I have seen on a previous thread here about Actinic uploading the incorrect permissions on the cgi-bin folder (644) whilst it should be 755?
I have no idea how to change these permissions (yes, I'm useless) and I can't see it as an option in the Network Settings either.
Can someone advise? Any help greatly appreciated.
Many thanks.
Error message from Network Settings Test:
The test script failed to execute on the web server. The error could be caused by several things. Check:
- the 'Path to the Perl shell'
- the 'CGI script extension'
- the 'Path to CGI-BIN'
- the 'CGI-BIN URL'
- the amount of web space left on your server
- if your server is configured to accept POSTs to CGI scripts
- the permissions on the server:
On Linux/Unix based servers the permissions should be:
cgi-bin (755)– drwxr-xr-x
Online Store Folder (777)– drwxrwxrwx
On Windows based servers (need to be checked with the hosting company):
IIS
cgi-bin = read/execute
Online Store Folder = read/write/execute
NTFS
cgi-bin = Catalog's FTP account needs 'Change' permissions on the directory
Online Store Folder = Catalog's FTP account needs 'Change' permissions on the directory AND the IUSR_<servername> account needs to have 'Change' permissions on the directory
Ian.
My apologies at the outset as I'm a complete bo-zo on most things Actinic and definetly anything to do with servers. In brief I upgraded both my sites to 10.03 yesterday and, oddly, one site is working fine but I'm getting an error when I try to refresh the other one.
The main error message seems to be pointing towards a permissions issue and when I do a test on the Network Settings I get a similar message. I have seen on a previous thread here about Actinic uploading the incorrect permissions on the cgi-bin folder (644) whilst it should be 755?
I have no idea how to change these permissions (yes, I'm useless) and I can't see it as an option in the Network Settings either.
Can someone advise? Any help greatly appreciated.
Many thanks.
Error message from Network Settings Test:
The test script failed to execute on the web server. The error could be caused by several things. Check:
- the 'Path to the Perl shell'
- the 'CGI script extension'
- the 'Path to CGI-BIN'
- the 'CGI-BIN URL'
- the amount of web space left on your server
- if your server is configured to accept POSTs to CGI scripts
- the permissions on the server:
On Linux/Unix based servers the permissions should be:
cgi-bin (755)– drwxr-xr-x
Online Store Folder (777)– drwxrwxrwx
On Windows based servers (need to be checked with the hosting company):
IIS
cgi-bin = read/execute
Online Store Folder = read/write/execute
NTFS
cgi-bin = Catalog's FTP account needs 'Change' permissions on the directory
Online Store Folder = Catalog's FTP account needs 'Change' permissions on the directory AND the IUSR_<servername> account needs to have 'Change' permissions on the directory
Ian.
Comment