[FX.php List] FX_Error in iis only
Jonathan Schwartz
jschwartz at exit445.com
Fri Jul 10 12:09:00 MDT 2009
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
--
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/95364078/attachment-0001.html
More information about the FX.php_List
mailing list