In May 2024, I disabled orders and put a notice on my website to say it would be closed for a while. Prior to that, I was publishing to it daily and taking multiple orders every day. After uploading the 'closed' notice and disabling ordering, I didn't touch the website / Sellerdeck / the server / or anything else until a couple of weeks ago. As far as I was aware, it was all still in exactly the same state in February 2025, as it was in May 2024. All pages were fully viewable whilst I wasn't taking orders and the website received traffic every day.
A couple of weeks ago my hosting company emailed me to say there had been malicious activity, which we got sorted out quickly.
However, I have now found that whilst I can still connect to my site via regular FTP (so I know the login details I am using are definitely correct) I cannot get Sellerdeck to connect. I am getting the error message shown at the bottom of this message.
I have checked and re-checked all of the settings in Advanced Network Setup (I've always kept a screenshot of all the settings). Permissions on 'acatalog' folder are 755, as they are on the 'cgi-bin' folder (a test script in the cgi-bin folder works fine). Plenty of space on server. Hosting company has confirmed that perl 5 and also those three required modules (Crypt::SSLEay, Net::SSL, Net::SSLEay) are installed.
I am stumped! Would anybody please be able to give me any ideas with regard to what to check next?
A couple of weeks ago my hosting company emailed me to say there had been malicious activity, which we got sorted out quickly.
However, I have now found that whilst I can still connect to my site via regular FTP (so I know the login details I am using are definitely correct) I cannot get Sellerdeck to connect. I am getting the error message shown at the bottom of this message.
I have checked and re-checked all of the settings in Advanced Network Setup (I've always kept a screenshot of all the settings). Permissions on 'acatalog' folder are 755, as they are on the 'cgi-bin' folder (a test script in the cgi-bin folder works fine). Plenty of space on server. Hosting company has confirmed that perl 5 and also those three required modules (Crypt::SSLEay, Net::SSL, Net::SSLEay) are installed.
I am stumped! Would anybody please be able to give me any ideas with regard to what to check next?
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 (755)– drwxr-xr-x
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
- 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 (755)– drwxr-xr-x
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
Comment