Decided to redo a site using Business Plus 9.0.5. Not an upgrade as have been using the same version previously and all worked fine. I am getting the following error.
Actinic received a server error from the web server. The CGI scripts are not executing properly on the 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
Run Web | Configure Web Site Details... to review your web site configuration.
I have done a network test and everything tests fine. Checked permissions on cgi-bin 755 and acatalog 777.
I decided to completely delete everything on the site and starting from scratch but that doesnt work either. I tried changing the script id but that failed as well.
I have deleted cat, fil and perl files and done a purge and refresh but still no joy.
Lastly but not least I have been searching the forum since last night for a solution to no avail.
Actinic received a server error from the web server. The CGI scripts are not executing properly on the 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
Run Web | Configure Web Site Details... to review your web site configuration.
I have done a network test and everything tests fine. Checked permissions on cgi-bin 755 and acatalog 777.
I decided to completely delete everything on the site and starting from scratch but that doesnt work either. I tried changing the script id but that failed as well.
I have deleted cat, fil and perl files and done a purge and refresh but still no joy.
Lastly but not least I have been searching the forum since last night for a solution to no avail.
Comment