September 27, 200916 yr I'm building a CWP app with FX.php and most queries work fine. However, I called a simple table and got an error 102, which is "Field is missing." Well, when I did FMFindAny() and then print_r the returned array for fields, I got the field names only, no data. This seemed strange. Other table on the same server were giving up their data very easily. I checked and re-checked the FX settings. Actually this query is in the middle of a page with three queries against the same FMS, and two others were working, just not this one, in the middle. I finally checked security for the web user that FX was using to log in. Sure enough, on that table, special permissions denied access to the fields. Doh! Permissions granted. Problem fixed. A lesson for me and for others. Gary
Create an account or sign in to comment