× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



ZhbGetInput: Saved query string:
ZhbGetInput: *** Error ***  Attempting to use QzhbCgiParse with invalid
CGI_MODE = .  Server is .  Program will continue until it fails.
ZhbGetInput: Request method =

Typically, the HTTP server would set environment variables that tell a CGI program about how the data was passed. In a normal situation, the message would read like this:

ZhbGetInput: *** Error ***  Attempting to use QzhbCgiParse with invalid
CGI_MODE = %%MIXED%%.  Server is Apache. Program will continue until it fails.
ZhbGetInput: Request method = POST

Typically, the HTTP server sets environment variables named CGI_MODE, SERVER_SOFTWARE, and REQUEST_METHOD that tell the program how the data is passed to it, and which HTTP server is doing the passing.

However, in your case, they're all blank. Maybe you called it from the command-line instead of through a web server?


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.