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