We are trying to get started with using fpCGI. It has been loaded on our linux server and I have written HTML code that when the user clicks on the submit button from the webpage, a .txt file is created. I have also written the filepro programming to read the file and subsequently create a return .htm file. I have tested the filepro programming from a command line specifying the .txt file to import and it works (it creates the appropriate .htm file in the correct location). However, the entire process does not work when I click the submit button on the webpage. I receive the message "NO HTML GENERATED BY FILEPRO as set in the fpcgi.env file using the FIELD Field_nohtmlfound directive." It appears that the Field_cmd is not being executed.
Our filepro is set up with different environments (PFDIR). Is there someplace that I need to set the PFDIR to tell it where the data file and output processing reside?