[FX.php List] FX_Error in iis only

Jonathan Schwartz jschwartz at exit445.com
Fri Jul 10 13:55:38 MDT 2009


Hmmm...

What do you get when you echo Fx.php error code, if any: 
$result['errorCode'] (put just after FMFIND line.

What do you see if you print the resulting array to screen: print_r($result)?

J

At 2:42 PM -0500 7/10/09, John Funk wrote:
>Thanks for all your input on this, there is an interesting note I 
>did not mention, the resulting web page from this code DOES show the 
>data from FileMaker, infact when dubug is used the xml data will 
>show.
>Also why and error on iis and not apache?
>John
>
>
>On 7/10/09 1:09 PM, "Jonathan Schwartz" <jschwartz at exit445.com> wrote:
>
>John,
>
>Isn't this the standard error that displays if no records are found 
>and the script is allowed to continue?  Error checking at line 19 
>would catch the error...probably 401.
>
>...unless I'm wrong. ;-)
>
>jonathan
>
>
>
>At 12:54 PM -0500 7/10/09, John Funk wrote:
>
>I am getting this error when running my solution on my clients iis 
>web server. My development server is Windows / Apache and everything 
>works fine.
>Any ideas how to patch for iis? Or do I wait for the whole world to 
>switch to Apache :)
>
>Thanks,
>John Funk
>
>Fatal error: Cannot use object of type FX_Error as array in 
>C:\Inetpub\wwwroot\CargoTRK\loginvalidate.php on line 20
>
>The first 20 lines of loginvalidate.php are listed here:
><?php
>require_once ('FX/FX.php');
>require_once ('includes/server.php');
>require_once ('includes/includes.php');
>$stime=time();
>//define('DEBUG', True);
>//display_post_get();
>
>$Submit=$_REQUEST["Submit"];
>
>//Query Account Number and Pass for login
>$AccountNumber=$_REQUEST["AccountNumber"];
>$Pass=$_REQUEST["Pass"];
>$request = new FX($ServerIP, $port, 'FMPro7');
>$request->SetDBData($db, 'web_shippers','1');
>$request->SetDBUserPass($fmAccount, $fmPass);
>$request->AddDBParam('AccountNumber', "==".$AccountNumber);
>$request->AddDBParam('Pass',"==".$Pass);
>$result =$request->FMFind();
>$records =$result['data'];
>
>_______________________________________________
>FX.php_List mailing list
>FX.php_List at mail.iviking.org
><http://www.iviking.org/mailman/listinfo/fx.php_list>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


-- 
Jonathan Schwartz
Exit 445 Group
jonathan at exit445.com
http://www.exit445.com
415-370-5011
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20090710/3c133b0f/attachment.html


More information about the FX.php_List mailing list