[FX.php List] First try with WPE and FM Server 13... fail...
Dale Bengston
dale.bengston at gmail.com
Mon Mar 17 21:18:56 MDT 2014
Hi Bob,
You could try removing the extension from the database name. It’s not needed. Also, try
print_r($qResult);
… and see what the full error object tells you.
Dale
On Mar 17, 2014, at 10:14 PM, Bob Patin <bob at patin.com> wrote:
> I had no trouble when I moved web apps to FMSA 12, but with FMS 13 I've hit a brick wall.
>
> Here's my test query:
>
> <?php
>
> include_once('FX/FX.php');
>
> // perform query
> $q =new FX('xxx.xxx.xxx.xxx','80', 'FMPro7', 'http');
> $q->SetDBData('wpe_test.fmp12','data' );
> $q->SetDBPassword('password','bob patin');
> $qResult = $q->FMFindAll();
>
> echo 'Error: '.$qResult['errorCode'];
>
> ?>
>
> Anyone see a reason why this shouldn't work, assuming that
>
> a) database exists, is online, and has XML enabled in priv. set;
> b) web pub. engine is working and tests fine on FMS 13
> c) username/password are valid
>
> ?
>
> Thanks,
>
> Bob Patin
> Longterm Solutions
> bob at longtermsolutions.com
> 615-333-6858
> FileMaker 9, 10, 11 & 12 Certified Developer
> http://www.longtermsolutions.com
> -
> iChat: bobpatin at me.com
> Twitter: bobpatin
> —
> FileMaker Consulting
> FileMaker Hosting for all versions of FileMaker
> PHP • Full email services • Free DNS hosting • Colocation • Consulting
>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
More information about the FX.php_List
mailing list