by Jim » Thu Apr 18, 2013 3:01 pm
If your server was out of diskspace and you accessed any settings file the file could have been truncated since there would be no room to write the file out. This causes setting to be lost. In the case of start.cgi redirecting to wizard.cgi the file that would have been affected is the file wizard.aa which should contain a token to indicate that the wizard has already been used so don't redirect to it from start.cgi.
If you ran out of diskspace you should 1. make sure that you have sufficient disk space now. 2 check all your backoffice screen settings to make sure that no other settings files were affected.
To skip the wizard, once it loads click on the ShopSite image in the navigation. It will then display a dialog asking if you want to skip the wizard, just reply that you do and you will be taken back to start.cgi without having to complete the wizard. It will also add the token to the config file so that the wizard will not automatically load the next time you go to start.cgi