Date:  12/27/2018 09:04:22 PM Msg ID:  004971
From:  Art Bergquist Thread:  004969
Subject:  Re: Error running ContactMine2/Contact.FWx
Thanks so much.
 
You nailed it; I ran FwAdmin.FWx and re-COMPILE-d all the .PRGs in the folder and now Contact.Fwx/.fxp is running perfectly!
 
Thanks again (for the both the answer as well as how fast you answered it)!
 
Art
Sent by FoxWeb Support on 12/27/2018 07:53:40 PM:
I suspect that this is a compilation issue. FWX files are compiled automatically, but programs called with DO are not and need to be compiled manually when using the VFP run-time DLL. You can compile them through fwadmin.fwx or any of the other methods described in the documentation. 
FoxWeb Support Team
support@foxweb.com email
Sent by Art Bergquist on 12/27/2018 06:31:12 PM:
Hi,
 
When I go to https://<URL>/ContactMine2/Contact.FWx on an existing FoxWeb server, it works fine.
 
When I go to http://<URL>/ContactMine2/Contact.FWx on a new FoxWeb server (on a different Windows machine/server), I get the following error:
 
There was an error during the interpretation of your request
Error #:      1
Message:   File 'footertext.prg' does not exist.
Program:   c:\users\public\documents\foxweb\scripts\contactmine2\contact.fxp
Line #:   73
Line:   =FooterText()
 
even though FooterText.prg is in the same folder as Contact.FWx (viz., C:\Users\Public\Documents\FoxWeb\Scripts\ContactMine2).
 
This seems like a pathing issue; C:\Users\Public\Documents\FoxWeb\Scripts\ is specified as the Default program root in the Virtual Servers tab of the FoxWeb Control Center so that's set.
 
What else should I check?
 
TIA,
 
Art Bergquist