[FX.php List] FX_Error in iis only

John Funk jfunk at criticalsolution.com
Fri Jul 10 13:49:13 MDT 2009


My Bad, it does look like the ip address ised is not returning data. Stay
tuned...


On 7/10/09 2:42 PM, "John Funk" <jfunk at criticalsolution.com> 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
>> 
> 
> 
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20090710/92aaf04f/attachment-0001.html


More information about the FX.php_List mailing list