[FX.php List] Question about an FX error

Steve Winter steve at bluecrocodile.co.nz
Wed Mar 17 14:05:33 MDT 2010


Just maybe ;-)

So what do you see when you add a 
	define('DEBUG', true);
and try to follow the resulting link...??

And what do you get if you do 
	echo $findResult['errorCode'];

Cheers
Steve



On 17 Mar 2010, at 20:03, Bob Patin wrote:

> That gives me the answer I needed: here's part of what it tells me:
> 
> Instantiating FX.php.
> 
> Configuring database connection...
> 
> Setting user name and password...
> 
> Unable to connect to FileMaker. Use the DEBUG constant and try connecting with the resulting URL manually.
> You should also double check the user name and password used, the server address, and WPE configuration.
> 
> So perhaps she's bollixed [sp] up something with her new install...
> 
> Thanks,
> 
> BP
> 
> 
> 
> Longterm Solutions
> bob at longtermsolutions.com
> 615-333-6858
> http://www.longtermsolutions.com
> iChat: bobpatin
> FileMaker 9 & 10 Certified Developer
> Member of FileMaker Business Alliance and FileMaker TechNet
> --
> Expert FileMaker Consulting 
> FileMaker Hosting for all versions of FileMaker
> PHP • Full email services • Free DNS hosting • Colocation • Consulting
> On Mar 17, 2010, at 2:56 PM, Dale Bengston wrote:
> 
>> Hey Bob,
>> 
>> Since $findResult is an object, not an array, you can't pull an element out of it with the same [] syntax used with an array. Try using print_r($findResult) to dump the whole object out to the screen. It should tell you what's wrong.
>> 
>> Dale
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list

Steve Winter
steve at bluecrocodile.co.nz
m: +44 77 7852 4776
3 Calshot Court, Channel Way
Ocean Village, Southampton SO14 3GR

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20100317/ba9cc871/attachment.html


More information about the FX.php_List mailing list