Kbase P20904: WebSpeed: Unable to run web object - missing output-content-
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/03/2003 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed 3.x
SYMPTOM(s):
WebSpeed: Unable to run web object - missing output-content-type
Unable to run Web object <file_name>
CAUSE:
WebSpeed procedure using CGI wrapper not setting the output content type.
FIX:
It is required to have function call:
output-content-type("text/html").
before any output done.