[FX.php List] Can't get FX.php working under IIS
    Greg Lane 
    glane at moyergroup.com
       
    Fri May  5 14:32:11 MDT 2006
    
    
  
Chris,
What happens if you try:
	$instanceName=new FX($serverIP,$webCompanionPort,'FMPro7');
Also, try adding this near the top of your PHP code:
	define("DEBUG", true);
This will cause each request that FX.php is sending to FMSA to be  
included on your page.
Greg
On May 5, 2006, at 2:52 PM, Chris Bisgard wrote:
> The code below works fine when my 'server_data.php' contains
> the IP and web companion port of my FM5 server, but not when it has  
> the
> IP and web port for FM8SA. (Of course, the databse name has to be
> changed below, but that's the only difference.)
> ...
> $instanceName=new FX($serverIP,$webCompanionPort);
    
    
More information about the FX.php_List
mailing list