[FX.php List] FMP8 Server Advanced
Andy Gaunt
andy at fmpug.com
Fri Mar 2 16:50:30 MST 2007
Roger,
Make sure your database ( or more importantly the account you are
using to access with) has the fmxml privilege set associated with it.
Are you seeing any connection info or errors?
Try adding the following to the top of your page.
//************DEBUG***********
define("DEBUG", true);
//************DEBUG***********
and you can also show any result data from the query using
//********** SEARCH RESULT***************
echo "<pre>";
print_r($searchResult); //replace the "$searchResult" with the name of
your own variable.
echo "</pre>";
//********** SEARCH RESULT***************
Try doing a real simple FMView or FMFindAny and then use the above to
see if any data is returned.
Let us know how you get on.
Cheers
Andy Gaunt
On Feb 27, 2007, at 11:03 AM, Roger Price wrote:
> I am trying to move some databases that are being satisfactorily
> (but slowly) served from an old PC running FMP6 Unlimited
>
> I have moved one database and converted it to FMP7 and can open it
> remotely and also using the IWP home page.
>
> However when I try to access it using FX.php nothing happens!
>
> I have changed the name to 'menu.fp7' data source type to 'FMPro7',
> companion port to '80' and of course the IP address.
>
> Can anyone suggest where I should next look for the problem? The
> logs record the manual opening and closing of files but nothing
> from the machine that is trying to browse the page in question.
>
> TIA
>
> ---------------------------------------------------------------------
> Roger Price INSTITUTE OF CRIMINOLOGY
> IT Officer, Sidgwick Avenue
> rp272 at cam.ac.uk Cambridge, CB3 9DT
> Tel: 01223 762989
> ---------------------------------------------------------------------
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20070302/2defcb9b/attachment.html
More information about the FX.php_List
mailing list