[FX.php List] Re: FX.php_List Digest, Vol 129, Issue 15

Gary Frieders garyfrieders at sonic.net
Fri Jul 24 20:40:42 MDT 2015


I finally got around to this fix.
Finally got it working after pulling my hair out trying to get FMS14 to work on a mini-mac.  I think the mini-mac is bad.
So I tried a iMac for temporary service.  FMS14 worked.
Next step was getting FX fixed per below.  SUCCESS - initially on a database and web site.
Now just have to move all the databases over to the temp iMac and run FMS14 for a bit on all the web sites.
Will do that next day or two.
Thanks for your help.

Gary Frieders

> On Jul 19, 2015, at 6:44 PM, fx.php_list-request at mail.iviking.org wrote:
> 
> Send FX.php_List mailing list submissions to
> 	fx.php_list at mail.iviking.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://www.iviking.org/mailman/listinfo/fx.php_list
> or, via email, send a message with subject or body 'help' to
> 	fx.php_list-request at mail.iviking.org
> 
> You can reach the person managing the list at
> 	fx.php_list-owner at mail.iviking.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of FX.php_List digest..."
> 
> 
> Today's Topics:
> 
>   1. FMS 13 (Dale Bengston)
>   2. RE: FX.php_List Digest, Vol 129, Issue 11 (Ness, David)
>   3. Re: FileMaker Server 14 and FX.php (Troy Meyers)
>   4. RE: FileMaker Server 14 and FX.php (Fitzgerald, Theodore C)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 15 Jul 2015 16:38:15 -0500
> From: Dale Bengston <dale.bengston at gmail.com>
> Subject: [FX.php List] FMS 13
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Message-ID: <008DECCA-93B3-4E28-9AE4-9031F5FC9CA0 at gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Here is Chris’ message from June 18.
> 
>> Begin forwarded message:
>> 
>> From: Chris Hansen <chris at iViking.org>
>> Subject: Re: [FX.php List] FMS 13
>> Date: June 18, 2015 at 11:57:28 AM CDT
>> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
>> Reply-To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
>> 
>> Dale,
>> 
>> I just helped someone with this the other day.  One difficulty is that after moving FX.php to github, I stopped being careful about updating the version numbering (I've repented, and the current development branch is version 6.9).  Anyway, here are the things we did to get the other install working:
>> 
>> 1) Grabbed the latest production version from github, and installed it.
>> 
>> 2) After doing the above, there was an authentication error.  We fixed that by finding the curl_setopt() call dealing with CURLOPT_HTTPAUTH and changing the value from CURLAUTH_BASIC to CURLAUTH_ANY, or vice versa.  (I am making this a simpler tweak in the development version of FX.php.)
>> 
>> 3) Finally, when looking at the XML path being output during debugging, I noticed that the path was for version 6 and earlier of FileMaker (for whatever reason it was defaulting to that), so we added the FileMaker version explicitly.  I expect this last one won't be a problem for you, but just in case...
>> 
>> Hope this helps.  I'm currently working on some long overdue polishing, etc. that should make dealing with things like this easier.
>> 
>> Best,
>> 
>> --Chris
>> 
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20150715/9469358a/attachment-0001.html
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 15 Jul 2015 21:38:50 +0000
> From: "Ness, David" <dness at bondedbuilders.com>
> Subject: RE: [FX.php List] FX.php_List Digest, Vol 129, Issue 11
> To: FX.php Discussion List <fx.php_list at mail.iviking.org>
> Message-ID:
> 	<BY1PR02MB11485A570A9D0077AF60281DCE9A0 at BY1PR02MB1148.namprd02.prod.outlook.com>
> 	
> Content-Type: text/plain; charset="utf-8"
> 
> It works fine for me also, and I am currently using both FMSv13 & FMSv14.
> I’m using fx.PHP v6.
> 
> $query = new FX( $serverIP, $webCompanionPort, $dataSourceType, $scheme );
> 
> Where:
> $webCompanionPort     = 80;
> $scheme                              = 'http';  // or ‘https’ as needed
> $dataSourceType             = 'FMPro7';
> 
> With regard to Bob’s recommendation #1 below, I think it’s best to just not use filename extensions. fx.php doesn’t need them, and once removed you never have to worry about an extension change in the future.
> 
> 
> 
> David Ness
> FileMaker & Web Applications Developer
> 
> Bonded Builders Warranty Group
> St. Petersburg, Florida USA
> 800-749-0381 x4923
> 
> From: fx.php_list-bounces at mail.iviking.org [mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of Bob Patin
> Sent: Wednesday, July 15, 2015 5:25 PM
> To: FX.php Discussion List
> Subject: Re: [FX.php List] FX.php_List Digest, Vol 129, Issue 11
> 
> Gary,
> 
> It works fine (I use it on my site and elsewhere); a couple of things though:
> 
> 1) if you use extensions in your database name, make sure it’s changed to fp7;
> 2) make sure you have the latest version of FX, because earlier ones aren’t going to work.
> 
> 
> Bob Patin
> Longterm Solutions
> bob at longtermsolutions.com<mailto:bob at longtermsolutions.com>
> 615-333-6858
> FileMaker 9, 10, 11, 12 & 13 Certified Developer
> http://www.longtermsolutions.com
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20150715/4b8a7d0f/attachment-0001.html
> 
> ------------------------------
> 
> Message: 3
> Date: Sun, 19 Jul 2015 08:10:41 -0700
> From: Troy Meyers <tcmeyers at troymeyers.com>
> Subject: Re: [FX.php List] FileMaker Server 14 and FX.php
> To: FX.php Discussion List <fx.php_list at mail.iviking.org>
> Message-ID: <187BC6FA.2A35.4356.BE89.7A59C1A785A0 at 111.1268501>
> Content-Type: text/plain;	charset="utf-8"
> 
> Chris,
> 
> Today I tried to set up a test web server with the newest version FX connecting to a test FMS 14, and at first trial everything seemed fine, but then I ran into a page that referenced a layout with an EMPTY PORTAL, and again I find that "fmalt" instead of "FMPro7" is required for the page to operate properly.
> 
> I was the first, or at least an early one, to report this issue way back when it first cropped up in FMS 12 (I think that's when it was) so I'm pretty familiar with it.
> 
> I know some folks reported that "FMPro7" was working with server 14, but maybe they didn't have any empty portals. I didn't see it until I hit a record like that.
> 
> I don't think they've kept it fixed (if they actually had, in FMS13, which I didn't try), I'm pretty sure it's not fixed now in 14.
> 
> Am I wrong?
> 
> -Troy
> 
> 
> 
>> Hey Folks,
>> 
>> I'm going to have to update my server hardware to test compatibility
>> between FMS14 and FX.php, but I have started to receive questions about
>> compatibility.  Rather than wait for me to get around to a hardware
>> upgrade (up to my ears in alligators right now...), I have a few
>> questions for all y'all:
>> 
>> 1) Has anyone tested FMS14 with FX.php?
>> 
>> 2) For anyone who has, any particular observations, gotchas, etc.?
>> 
>> 3) Also, has anyone tested to see whether the XML bug fixed in FMS13 is
>> still fixed in FMS14?
>> 
>> Thanks!
> 
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Mon, 20 Jul 2015 01:44:01 +0000
> From: "Fitzgerald, Theodore C" <ted-fitzgerald at uiowa.edu>
> Subject: RE: [FX.php List] FileMaker Server 14 and FX.php
> To: FX.php Discussion List <fx.php_list at mail.iviking.org>
> Message-ID:
> 	<D80E4A7F50697D4EBD64852B5FA0D4A26341622E at itsnt443.iowa.uiowa.edu>
> Content-Type: text/plain; charset="us-ascii"
> 
> Troy,
> 
> I looked at this a while ago and in my initial testing, it seemed to be fixed...however; I just did a bit more in depth testing and it looks like I may have been premature in declaring this fixed.  I think the layout I looked at originally had empty portals, but they were at the end of the query / code, so it appeared to work fine.  If the first portal is empty, some of the page works fine, but other parts are messed up.
> 
> I also took a look at 13.v09 again and it also does not appear to be fixed as some others had reported (myself included).
> 
> Ted
> ________________________________________
> From: fx.php_list-bounces at mail.iviking.org [fx.php_list-bounces at mail.iviking.org] on behalf of Troy Meyers [tcmeyers at troymeyers.com]
> Sent: Sunday, July 19, 2015 10:10 AM
> To: FX.php Discussion List
> Subject: Re: [FX.php List] FileMaker Server 14 and FX.php
> 
> Chris,
> 
> Today I tried to set up a test web server with the newest version FX connecting to a test FMS 14, and at first trial everything seemed fine, but then I ran into a page that referenced a layout with an EMPTY PORTAL, and again I find that "fmalt" instead of "FMPro7" is required for the page to operate properly.
> 
> I was the first, or at least an early one, to report this issue way back when it first cropped up in FMS 12 (I think that's when it was) so I'm pretty familiar with it.
> 
> I know some folks reported that "FMPro7" was working with server 14, but maybe they didn't have any empty portals. I didn't see it until I hit a record like that.
> 
> I don't think they've kept it fixed (if they actually had, in FMS13, which I didn't try), I'm pretty sure it's not fixed now in 14.
> 
> Am I wrong?
> 
> -Troy
> 
> 
> 
>> Hey Folks,
>> 
>> I'm going to have to update my server hardware to test compatibility
>> between FMS14 and FX.php, but I have started to receive questions about
>> compatibility.  Rather than wait for me to get around to a hardware
>> upgrade (up to my ears in alligators right now...), I have a few
>> questions for all y'all:
>> 
>> 1) Has anyone tested FMS14 with FX.php?
>> 
>> 2) For anyone who has, any particular observations, gotchas, etc.?
>> 
>> 3) Also, has anyone tested to see whether the XML bug fixed in FMS13 is
>> still fixed in FMS14?
>> 
>> Thanks!
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
> 
> 
> ------------------------------
> 
> _______________________________________________
> FX.php_List
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
> 
> End of FX.php_List Digest, Vol 129, Issue 15
> ********************************************
> 



More information about the FX.php_List mailing list