Date:  11/05/2010 12:51:52 PM Msg ID:  004214
From:  FoxWeb Support Thread:  004213
Subject:  Re: Error texts in other languages

FoxWeb can return two different types of errors:

 

  1. Script errors are returned by FoxWeb channels, during script execution. These script errors can be formated by using a different Error Template, as described in the FoxWeb Configuration page.
  2. Errors that are returned by the ISAPI/CGI modules: These errors are returned when the CGI/ISAPI modules are unable to communicate with FoxWeb channels (e.g. when the FoxWeb service has not been started), or when these modules fail to receive a result from a channel within the script timeout. To customize these errors you will need to add a new value named "StubError" in the FoxWeb registry key (hklm\software\Aegis Group\FoxWeb\CurrentVersion).  FoxWeb will return exactly what you enter in this value.  The string "%error%" can be used to merge in the actual error message:

    StubError="<body><h3>An Error has Occurred</h3>Message: %error%</body>" 
Note that the error messages themselves cannot be automatically translated, but at least you can provide some header info in the language of your choice.

 

FoxWeb Support Team
support@foxweb.com email
Sent by Carlos Fuertes on 11/05/2010 12:12:57 PM:
 Hi,
 
Is there a way of showing the Foxweb error (or non error) messages in other language? I mean, is it possible that when Foxweb has not started the browser shows the message in Spanish?
 
Thanks in advance