[FX.php List] Server Advanced issues w/ FX

FX fx at 9degrees.com
Wed Nov 17 07:34:14 MST 2004


Thanks very much.  I'm still testing, but I understand.  I would think 
there would be a list of things either WRONG or DIFFERENT in going from 
FM6 to FM7SA along with the "version 3" of FX.  Guess I should start 
one.

Does FileMaker know about their HTTP implementation?  That's pretty big 
if that's the case.


> 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
>>
>>
>>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
_________________
Michael Layne
9 degrees development
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 3039 bytes
Desc: not available
Url : http://www.iviking.org/pipermail/fx.php_list/attachments/20041117/2168441d/attachment.bin


More information about the FX.php_List mailing list