[FX.php List] Server Advanced issues w/ FX
Gjermund Gusland Thorsen
ggt667 at gmail.com
Wed Nov 17 02:32:09 MST 2004
The issues with the dupe entries of data,
can be fixed by changing FX.php to use GET instead of POST
http://fxdialog.comitas.no/viewtopic.php?t=104
This seems to be a poor implementation of HTTPD in FM7SA.
Gjermund G. Thorsen
On Tue, 16 Nov 2004 22:49:34 -0500, FX <fx at 9degrees.com> wrote:
> Chris,
>
> Greetings. You were kind enough to help me out with a PHP/FileMaker
> problem several months back (concerning portals and 'foreach' to cycle
> through some records).
>
> I have since developed several small solutions for projects I've worked
> on in the last 6 months. I think you'd be pleased. I have since ben
> preaching FX.php and the ease of use, etc.
>
> Your name has also come up in conversations with Chris Moyer, and
> Andrew LeCates to name a few. You have a great following...
>
> So, I've finally installed Server Advanced, and while looking in forums
> and lists, I see plenty of questions, but few answers. I started out
> not changing anything, and worked my way forward. I didn't get very
> far and am having several problems.
>
> 1. The few forms I do get to work, the data is entered twice. I've
> seen several mentions, but no fix or work around.
> 2. I get these errors every-time I post:
>
> Notice: Object to string conversion in
> /Library/WebServer/web/ycamp/inc/FX.php on line 888
>
> Warning: Cannot use a scalar value as an array in
> /Library/WebServer/web/ycamp/information7.php on line 15
>
> Warning: current(): Passed variable is not an array or object in
> /Library/WebServer/web/ycamp/information7.php on line 15
>
> NOTE: FMNew() was the function. Changing parameters and FMFind() did
> not cause the problem.
>
> All works perfectly in FMPro 6. If you need exact code samples, let me
> know.
>
> include ("inc/FX.php"); // version: 01 Aug 2004
> include ("inc/FX.pref.php");
>
> $db = "webcamper"; // FileMaker database
> $lay = "web"; // FileMaker layout
>
> $query = new FX($ip, $port);
> $query->SetDBData($db,$lay);
>
> $query->AddDBParam('yID','w001460');
> $result = $query->FMFind();
> $data = current($result['data']);
>
> Any help would be appreciated.
>
> Michael
>
> _______________________________________________
> 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