Things to try:
* Check if 'Outlook Express' or 'Internet Explorer' are in 'Work Offline' mode. If they are change them to 'Work Online'.
* If you are using a PSP (Payment Service Provider) - Close SellerDeck, re-run the PSP setup (PSPSetup.exe) from the original SellerDeck CD, restart SellerDeck and select 'Web | Refresh Website'.
* Go to 'Web | Network Setup' and change the 'Script ID' number to something different (ie if it is '1', then change it to '2') and upload the site (note that if you have any hard-coded links that reference scripts you will have to change the link to ensure it is using the new script ID)
* You could also try the following:
- Close SellerDeck.
- Open ActinicCatalog.mdb with Access 2000
- Open the table MergeFileState
- There will be several records where you should expect to see the following data
(same for all records)
sCurrentServerDate '-'
nCurrentDSTStae -1
nPreviousDSTSate 0
- For all records set nPreviousDSTSate to -1.
- Close Access
- Open SellerDeck.
- Update site
If you are unable to amend the database directly, another workaround is to go to the network setup screen and change the 'CGI Script ID' field (ie, if it is currently set to '1', then change it to '2' ensuring that this does not conflict with another site that uses the same cgi-bin on the server). Also note that if you have an hard-coded links in your layouts that reference the cgi-bin you will have to change the script id on those links to make sure they use the correct script, for example, if you have physically typed something like:
<a href="http://localhost/cgi-bin/os000001.pl?ACTION=Start" target="_self" >checkout now</a>
into your layout you will need to change 'os000001.pl' to 'os000002.pl'.
* Check if 'Outlook Express' or 'Internet Explorer' are in 'Work Offline' mode. If they are change them to 'Work Online'.
* If you are using a PSP (Payment Service Provider) - Close SellerDeck, re-run the PSP setup (PSPSetup.exe) from the original SellerDeck CD, restart SellerDeck and select 'Web | Refresh Website'.
* Go to 'Web | Network Setup' and change the 'Script ID' number to something different (ie if it is '1', then change it to '2') and upload the site (note that if you have any hard-coded links that reference scripts you will have to change the link to ensure it is using the new script ID)
* You could also try the following:
- Close SellerDeck.
- Open ActinicCatalog.mdb with Access 2000
- Open the table MergeFileState
- There will be several records where you should expect to see the following data
(same for all records)
sCurrentServerDate '-'
nCurrentDSTStae -1
nPreviousDSTSate 0
- For all records set nPreviousDSTSate to -1.
- Close Access
- Open SellerDeck.
- Update site
If you are unable to amend the database directly, another workaround is to go to the network setup screen and change the 'CGI Script ID' field (ie, if it is currently set to '1', then change it to '2' ensuring that this does not conflict with another site that uses the same cgi-bin on the server). Also note that if you have an hard-coded links in your layouts that reference the cgi-bin you will have to change the script id on those links to make sure they use the correct script, for example, if you have physically typed something like:
<a href="http://localhost/cgi-bin/os000001.pl?ACTION=Start" target="_self" >checkout now</a>
into your layout you will need to change 'os000001.pl' to 'os000002.pl'.