[FX.php List] FINDALL failure

Dale Bengston dbengston at preservationstudio.com
Mon Feb 25 19:29:33 MST 2008


Perhaps one of the records has a corrupt field contents? I've seen  
this kill FX finds before. Darn difficult to pin down. You could find  
on the lower half-range of record keys, and then the upper, and keep  
splitting the found set in half to chase down the offending record.


Dale

On Feb 25, 2008, at 8:00 PM, Bob Patin wrote:

> Same thing... I tried everything that I could think of.
>
> Here's the entire script I'm using right now on a simple test page:
>
> <?php
>
> include_once('FX/FX.php');
> include_once('FX/server_data.php');
>
> //RETRIEVE THE DEALER TOTALS
> $dealer=new FX($serverIP,$webCompanionPort);
> $dealer->SetDBData($dbname,'users','all');
> $dealer->SetDBPassword($pw,$un);
> $dealer->AddDBParam('c1','1');
> $dealerResult=$dealer->FMFind();
> echo $dealerResult['foundCount'];
>
>
> ?>
>
> If I test to make sure all my variables have proper settings, they  
> all come back with correct settings, but if I try hitting this page,  
> I get endless processing...
>
> The strangest part of it is that this same database powers a web app  
> that's working perfectly... other than this...
>
> Bob Patin
> Longterm Solutions
> bob at longtermsolutions.com
> 615-333-6858
> http://www.longtermsolutions.com
> Member of FileMaker Business Alliance and FileMaker TechNet
>
>  CONTACT US VIA INSTANT MESSAGING:
>     AIM or iChat: longterm1954
>     Yahoo: longterm_solutions
>     MSN: tech at longtermsolutions.com
>     ICQ: 159333060
>
> --------------------------
> Contact us for FileMaker hosting and programming for all versions of  
> FileMaker
> PHP • CDML • Full email services • Free DNS hosting • Colocation •  
> Consulting
>
>
> I even created a new
> On Feb 25, 2008, at 8:40 AM, Joel Shapiro wrote:
>
>> Hi Bob
>>
>> What happens if you take out the Sort?
>>
>> -Joel
>
> _______________________________________________
> 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