I've noticed that sales were down over the last 3 days or so, but we did have a few sales so I didn't think there was any issues with the site. However a customer called yesterday to say that he couldn't add more than one item to his cart.
The cart is only allowing one item to be added, any further items being added replace the previous item & so on - it doesn't matter how many items are added, the cart only ever has the last item ordered in it.
I've tried "publish to web" & "refresh" with no change & figured a "Purge & Refresh" was in order, but when this gets to the "Sending base files" an error is being generated (copied below). No work has been carried out on the site recently other than some trivial & simple product additions.
Regarding the error message, there have been no hosting or configuration changes by ourselves & none by our host (that I'm aware about anyway)
Any suggestions would be very much appreciated.
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.
The cart is only allowing one item to be added, any further items being added replace the previous item & so on - it doesn't matter how many items are added, the cart only ever has the last item ordered in it.
I've tried "publish to web" & "refresh" with no change & figured a "Purge & Refresh" was in order, but when this gets to the "Sending base files" an error is being generated (copied below). No work has been carried out on the site recently other than some trivial & simple product additions.
Regarding the error message, there have been no hosting or configuration changes by ourselves & none by our host (that I'm aware about anyway)
Any suggestions would be very much appreciated.
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.
Comment