Q.01) |
Whenever CGI WEBCODE is called, the browser program attempts to
download it instead of running it. Why ?
Answer: This happens whenever the directory containing
the CGI WEBCODE is not an EXECUTABLE directory. To solve this problem you should change
the attributes of the directory used. |
| Q.02) |
I am trying to create a GIF file with the code image and I
always get the same message: Error 54 or 58 File xxxxxxxx.GIF cannot be created.
Why ?
Answer: This occurs whenever the directory specified in
parameter F does not have write/creation rights for new files. To solve this problem you
should change the attributes of the directory used. |
| Q.03) |
In all attempts to generate a barcode, I always get the
same message: Error 60 - host not authorized to run CGI WEBCODE !.. Why ?
Answer: To prevent the "world" from using the
CGI WEBCODE installed in your server, it checks whether the caller server (via URL or IP
number) is listed in the [hosts] section of the config file. CGI WEBCODE only will
generate the codes if the requesting servers name or IP number is listed in the
[hosts] section |
If you have a doubt / question which is not listed above, please send an e-mail to: webmaster@webcode.com.br
detailing your doubt / question. Well be most glad to respond your mail.
All information in this page and some additional details are in the WEBCODE.DOC module,
part of the download (demo and test copy).
|