[FX.php List] Problem with web app

Joel Shapiro jsfmp at earthlink.net
Wed Apr 30 15:14:02 MDT 2008


In the SSL/https project I've got running, I never had to change the  
$scheme or specify 'https' anywhere in the php.

I wonder what the difference is...

-Joel


On Apr 30, 2008, at 1:32 PM, Steve Winter wrote:

> You're not telling FX to use https...!
>
> When working with FMP > 7 and with https you need to include the  
> additional
> parameters in the line;
> 	$find=new FX($serverIP,$webCompanionPort);
>
> Try making that;
> 	$find=new FX($serverIP,$webCompanionPort,'FMPro7','https');
>
> And you should find that things begin to work again...



More information about the FX.php_List mailing list