From leo at finalresort.org Thu Nov 1 02:03:28 2012 From: leo at finalresort.org (Leo R. Lundgren) Date: Thu Nov 1 01:15:00 2012 Subject: [FX.php List] FX and FileMaker Server 12 In-Reply-To: <38C4861F.B55F.4515.80A1.BEA51C88F25A@111.1165451> References: <38C4861F.B55F.4515.80A1.BEA51C88F25A@111.1165451> Message-ID: Why don't Chris post the "work in progress" version he has for the purpose of fixing this, to GitHub? The entire concept of social coding (GitHub) and open source is that people can contribute. If he releases what he has now and it needs just that little extra attention, people can help finishing it by forking the repository and sending pull requests. I just don't see why it's something hold on instead of getting it out in the wild to be finished :) 1 nov 2012 kl. 00.10 skrev Troy Meyers: > Glenn, > > Yes, from Chris. I do not believe he's posted a finalized version anywhere. I expect he'll be happy to send it to you, last I heard he was still inviting testing. I have seen no problems with it, it's very good. > > -Troy > > >> Troy >> >> I am working on web interface for 3 FM12 installations about to go live. >> >> How do I get "verbose" version? Even though not using portals ;-> >> >> A direct request to Chris??? >> >> Thanks Glenn Singleton > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list -| From beverlyvoth at gmail.com Thu Nov 1 06:31:25 2012 From: beverlyvoth at gmail.com (BEVERLY VOTH) Date: Thu Nov 1 05:43:04 2012 Subject: [FX.php List] [Off] Import RAW XML to a field - FM9 In-Reply-To: References: Message-ID: <87B75ABB-26DD-47CD-9473-D1832D4CD485@gmail.com> how are you re-importing 'to a field', Webko? Since this is the fx.php list, I just wondered how php is involved, if at all? Thanks, Beverly On 31 Oct 2012, at 9:33 PM, Tim 'Webko' Booth wrote: > OK... > > I can quite happily get FM 11 to export a transformed XML and then re-import it to a field. It creates XML that looks like: > > PersonBoothTimeNone of your beezwax > > This is good. > > FM9 seems to insist on: > > > PersonStevensLinda1970-3-15 > > Worse, that return appears to be something like a CRLF, as I get three records if I import to a test database. > > Is there a way to persuade 9 to not do this? > > If it was just one return, the workaround is fairly easy - just tell it that the first record is headers, and then paste the XML declaration back in later. But two is annoying - I'd have to create a new sub-table, import, paste the master ID and create a link to then concatenate the related records... > > This project all looked so good until these old version compatibility issues started... > > Cheers > > Webko > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From beverlyvoth at gmail.com Thu Nov 1 06:32:33 2012 From: beverlyvoth at gmail.com (BEVERLY VOTH) Date: Thu Nov 1 05:44:04 2012 Subject: [FX.php List] FX and FileMaker Server 12 In-Reply-To: <82861F6C.B4BB.439F.9751.ADAD9ABCFC56@111.1165446> References: <82861F6C.B4BB.439F.9751.ADAD9ABCFC56@111.1165446> Message-ID: <48DC6CB9-4659-446B-AA68-B58909178F10@gmail.com> Sorry, I thought I has having a nice dream, not a nightmare! Thanks, Bev On 31 Oct 2012, at 6:51 PM, Troy Meyers wrote: > Bev, > > It didn't. Sheesh. I'm sure glad Chris did the verbose version. That is, unless there's a more recent FMS than 12.0.2.232. > > -Troy > > >> Did the recent FMServer Update fix this yet? Beverly From tim.webko at gmail.com Thu Nov 1 16:17:37 2012 From: tim.webko at gmail.com (Tim 'Webko' Booth) Date: Thu Nov 1 15:29:03 2012 Subject: [FX.php List] [Off] Import RAW XML to a field - FM9 In-Reply-To: <87B75ABB-26DD-47CD-9473-D1832D4CD485@gmail.com> References: <87B75ABB-26DD-47CD-9473-D1832D4CD485@gmail.com> Message-ID: Well actually, the php gets involved at the next stage, when I send it off to an external API... I just want the XML in a field to be available for part 2 - all of it, already transformed, and without extra linebreaks that FM9 is inserting when it exports it in the first place. Process: Export multiple fields via XML and use an XSLT to turn it into nice XML Import back to a single field Use a web viewer to self submit the XML and some other data to a php handler to external API Use a second web viewer to check the final results and scrape some info back into FileMaker So, very tangentally somewhat php - but the people here are smart ;_) My current workaround - for step 2, import to a temp table, loop the records and create a variable that then gets pasted into the relevant field in the main table. Which works, but I'm just annoyed that different versions of FM create slightly different XML files from the same input. And that I can't web enable these systems for doing this... On 1 November 2012 23:31, BEVERLY VOTH wrote: > how are you re-importing 'to a field', Webko? Since this is the fx.php > list, I just wondered how php is involved, if at all? > Thanks, > Beverly > > On 31 Oct 2012, at 9:33 PM, Tim 'Webko' Booth wrote: > > > OK... > > > > I can quite happily get FM 11 to export a transformed XML and then > re-import it to a field. It creates XML that looks like: > > > > encoding="UTF-8"?>PersonBoothTimeNone > of your beezwax > > > > This is good. > > > > FM9 seems to insist on: > > > > > > > PersonStevensLinda1970-3-15 > > > > Worse, that return appears to be something like a CRLF, as I get three > records if I import to a test database. > > > > Is there a way to persuade 9 to not do this? > > > > If it was just one return, the workaround is fairly easy - just tell it > that the first record is headers, and then paste the XML declaration back > in later. But two is annoying - I'd have to create a new sub-table, import, > paste the master ID and create a link to then concatenate the related > records... > > > > This project all looked so good until these old version compatibility > issues started... > > > > Cheers > > > > Webko > > _______________________________________________ > > FX.php_List mailing list > > FX.php_List@mail.iviking.org > > http://www.iviking.org/mailman/listinfo/fx.php_list > > _______________________________________________ > FX.php_List mailing list > FX.php_List@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/20121102/da33e0da/attachment.html From zippyaus at yahoo.com Wed Nov 14 06:11:55 2012 From: zippyaus at yahoo.com (Stephe Pocock) Date: Wed Nov 14 05:22:33 2012 Subject: [FX.php List] FX and FileMaker Server 12 In-Reply-To: <48DC6CB9-4659-446B-AA68-B58909178F10@gmail.com> References: <82861F6C.B4BB.439F.9751.ADAD9ABCFC56@111.1165446> <48DC6CB9-4659-446B-AA68-B58909178F10@gmail.com> Message-ID: <1352898715.80316.YahooMailNeo@web112010.mail.gq1.yahoo.com> Hi Has anyone installed FileMaker Server 12.0.3.327 and has this fixed the issue with the blank portals? Thanks Stephe ________________________________ From: BEVERLY VOTH To: FX.php Discussion List Sent: Thursday, 1 November 2012 8:32 PM Subject: Re: [FX.php List] FX and FileMaker Server 12 Sorry, I thought I has having a nice dream, not a nightmare! Thanks, Bev On 31 Oct 2012, at 6:51 PM, Troy Meyers wrote: > Bev, > > It didn't. Sheesh. I'm sure glad Chris did the verbose version. That is, unless there's a more recent FMS than 12.0.2.232. > > -Troy > > >> Did the recent FMServer Update fix this yet? Beverly _______________________________________________ FX.php_List mailing list FX.php_List@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/20121114/b24716a4/attachment-0001.html From whatdoyouwant at gmail.com Wed Nov 14 15:32:12 2012 From: whatdoyouwant at gmail.com (Nick) Date: Wed Nov 14 14:42:45 2012 Subject: [FX.php List] FX and FileMaker Server 12 In-Reply-To: <1352898715.80316.YahooMailNeo@web112010.mail.gq1.yahoo.com> References: <82861F6C.B4BB.439F.9751.ADAD9ABCFC56@111.1165446> <48DC6CB9-4659-446B-AA68-B58909178F10@gmail.com> <1352898715.80316.YahooMailNeo@web112010.mail.gq1.yahoo.com> Message-ID: I issued a pull request on github with my fixes to the fmalt type that make it work better with Filemaker 12. (like dealing with FMView commands) There's probably something I missed, and I hope Chris isn't upset at me putting his code out there. It's been a while now. Nick On Wed, Nov 14, 2012 at 7:11 AM, Stephe Pocock wrote: > Hi > > Has anyone installed FileMaker Server 12.0.3.327 and has this fixed the > issue with the blank portals? > > Thanks > > Stephe > > ------------------------------ > *From:* BEVERLY VOTH > *To:* FX.php Discussion List > *Sent:* Thursday, 1 November 2012 8:32 PM > *Subject:* Re: [FX.php List] FX and FileMaker Server 12 > > Sorry, I thought I has having a nice dream, not a nightmare! > Thanks, > Bev > > On 31 Oct 2012, at 6:51 PM, Troy Meyers wrote: > > > Bev, > > > > It didn't. Sheesh. I'm sure glad Chris did the verbose version. That is, > unless there's a more recent FMS than 12.0.2.232. > > > > -Troy > > > > > >> Did the recent FMServer Update fix this yet? Beverly > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > > > > _______________________________________________ > FX.php_List mailing list > FX.php_List@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/20121114/5a9e51c2/attachment.html From bob at patin.com Wed Nov 14 15:47:22 2012 From: bob at patin.com (Bob Patin) Date: Wed Nov 14 14:57:56 2012 Subject: [FX.php List] FX and FileMaker Server 12 In-Reply-To: <1352898715.80316.YahooMailNeo@web112010.mail.gq1.yahoo.com> References: <82861F6C.B4BB.439F.9751.ADAD9ABCFC56@111.1165446> <48DC6CB9-4659-446B-AA68-B58909178F10@gmail.com> <1352898715.80316.YahooMailNeo@web112010.mail.gq1.yahoo.com> Message-ID: <5517B3D0-5AE2-4D93-9C91-C7EC21EEE1F9@patin.com> I have, and it's working fine, but I don't pull data from portals, I go to the related tables and pull from there, so I can't answer the portal question... Bob Patin Longterm Solutions LLC bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com FileMaker 9, 10 & 11 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet -- Twitter: bobpatin Google+: http://www.longtermsolutions.com/plus AIM: longterm1954 iChat: bobpatin -- Expert FileMaker Consulting FileMaker Hosting for all versions of FileMaker On Nov 14, 2012, at 7:11 AM, Stephe Pocock wrote: > Hi > > Has anyone installed FileMaker Server 12.0.3.327 and has this fixed the issue with the blank portals? > > Thanks > > Stephe > > From: BEVERLY VOTH > To: FX.php Discussion List > Sent: Thursday, 1 November 2012 8:32 PM > Subject: Re: [FX.php List] FX and FileMaker Server 12 > > Sorry, I thought I has having a nice dream, not a nightmare! > Thanks, > Bev > > On 31 Oct 2012, at 6:51 PM, Troy Meyers wrote: > > > Bev, > > > > It didn't. Sheesh. I'm sure glad Chris did the verbose version. That is, unless there's a more recent FMS than 12.0.2.232. > > > > -Troy > > > > > >> Did the recent FMServer Update fix this yet? Beverly > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > > > _______________________________________________ > FX.php_List mailing list > FX.php_List@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/20121114/2bf95c8d/attachment.html From chris at iViking.org Thu Nov 15 07:04:38 2012 From: chris at iViking.org (Chris Hansen) Date: Thu Nov 15 06:15:07 2012 Subject: [FX.php List] FX and FileMaker Server 12 In-Reply-To: References: <82861F6C.B4BB.439F.9751.ADAD9ABCFC56@111.1165446> <48DC6CB9-4659-446B-AA68-B58909178F10@gmail.com> <1352898715.80316.YahooMailNeo@web112010.mail.gq1.yahoo.com> Message-ID: Naw, not bothered at all. Just mad at myself for taking so stinkin' long -- should have put it up a month or more ago. --Chris On Nov 14, 2012, at 3:32 PM, Nick wrote: > I issued a pull request on github with my fixes to the fmalt type that make it work better with Filemaker 12. (like dealing with FMView commands) > There's probably something I missed, and I hope Chris isn't upset at me putting his code out there. It's been a while now. > > Nick > > On Wed, Nov 14, 2012 at 7:11 AM, Stephe Pocock wrote: > Hi > > Has anyone installed FileMaker Server 12.0.3.327 and has this fixed the issue with the blank portals? > > Thanks > > Stephe > > From: BEVERLY VOTH > To: FX.php Discussion List > Sent: Thursday, 1 November 2012 8:32 PM > Subject: Re: [FX.php List] FX and FileMaker Server 12 > > Sorry, I thought I has having a nice dream, not a nightmare! > Thanks, > Bev > > On 31 Oct 2012, at 6:51 PM, Troy Meyers wrote: > > > Bev, > > > > It didn't. Sheesh. I'm sure glad Chris did the verbose version. That is, unless there's a more recent FMS than 12.0.2.232. > > > > -Troy > > > > > >> Did the recent FMServer Update fix this yet? Beverly > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > > > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From beverlyvoth at gmail.com Thu Nov 15 07:19:51 2012 From: beverlyvoth at gmail.com (BEVERLY VOTH) Date: Thu Nov 15 06:30:30 2012 Subject: [FX.php List] FX and FileMaker Server 12 In-Reply-To: References: <82861F6C.B4BB.439F.9751.ADAD9ABCFC56@111.1165446> <48DC6CB9-4659-446B-AA68-B58909178F10@gmail.com> <1352898715.80316.YahooMailNeo@web112010.mail.gq1.yahoo.com> Message-ID: <12B0F8F9-40E2-4640-B22C-20486832A83D@gmail.com> :) One more time for those who missed the link to github: https://github.com/yodarunamok/fxphp And FMServer has been rev'd to v3, but I haven't tested it. Beverly On 15 Nov 2012, at 9:04 AM, Chris Hansen wrote: > Naw, not bothered at all. Just mad at myself for taking so stinkin' long -- should have put it up a month or more ago. > > --Chris > > On Nov 14, 2012, at 3:32 PM, Nick wrote: > >> I issued a pull request on github with my fixes to the fmalt type that make it work better with Filemaker 12. (like dealing with FMView commands) >> There's probably something I missed, and I hope Chris isn't upset at me putting his code out there. It's been a while now. >> >> Nick >> >> On Wed, Nov 14, 2012 at 7:11 AM, Stephe Pocock wrote: >> Hi >> >> Has anyone installed FileMaker Server 12.0.3.327 and has this fixed the issue with the blank portals? >> >> Thanks >> >> Stephe >> >> From: BEVERLY VOTH >> To: FX.php Discussion List >> Sent: Thursday, 1 November 2012 8:32 PM >> Subject: Re: [FX.php List] FX and FileMaker Server 12 >> >> Sorry, I thought I has having a nice dream, not a nightmare! >> Thanks, >> Bev >> >> On 31 Oct 2012, at 6:51 PM, Troy Meyers wrote: >> >>> Bev, >>> >>> It didn't. Sheesh. I'm sure glad Chris did the verbose version. That is, unless there's a more recent FMS than 12.0.2.232. >>> >>> -Troy >>> >>> >>>> Did the recent FMServer Update fix this yet? Beverly From whatdoyouwant at gmail.com Fri Nov 16 08:23:23 2012 From: whatdoyouwant at gmail.com (Nick) Date: Fri Nov 16 07:33:50 2012 Subject: [FX.php List] FX and FileMaker Server 12 In-Reply-To: <12B0F8F9-40E2-4640-B22C-20486832A83D@gmail.com> References: <82861F6C.B4BB.439F.9751.ADAD9ABCFC56@111.1165446> <48DC6CB9-4659-446B-AA68-B58909178F10@gmail.com> <1352898715.80316.YahooMailNeo@web112010.mail.gq1.yahoo.com> <12B0F8F9-40E2-4640-B22C-20486832A83D@gmail.com> Message-ID: I can confirm that 12v3 server patch does not fix the problem with the FMPXMLRESULT.xml requests. It seems to make it better (maybe?), but in my tests it was still spitting out garbage on certain layouts of mine (wrong column counts). The fmalt type is still needed. On Thu, Nov 15, 2012 at 8:19 AM, BEVERLY VOTH wrote: > :) > One more time for those who missed the link to github: > https://github.com/yodarunamok/fxphp > > And FMServer has been rev'd to v3, but I haven't tested it. > > Beverly > > On 15 Nov 2012, at 9:04 AM, Chris Hansen wrote: > > > Naw, not bothered at all. Just mad at myself for taking so stinkin' > long -- should have put it up a month or more ago. > > > > --Chris > > > > On Nov 14, 2012, at 3:32 PM, Nick wrote: > > > >> I issued a pull request on github with my fixes to the fmalt type that > make it work better with Filemaker 12. (like dealing with FMView commands) > >> There's probably something I missed, and I hope Chris isn't upset at me > putting his code out there. It's been a while now. > >> > >> Nick > >> > >> On Wed, Nov 14, 2012 at 7:11 AM, Stephe Pocock > wrote: > >> Hi > >> > >> Has anyone installed FileMaker Server 12.0.3.327 and has this fixed the > issue with the blank portals? > >> > >> Thanks > >> > >> Stephe > >> > >> From: BEVERLY VOTH > >> To: FX.php Discussion List > >> Sent: Thursday, 1 November 2012 8:32 PM > >> Subject: Re: [FX.php List] FX and FileMaker Server 12 > >> > >> Sorry, I thought I has having a nice dream, not a nightmare! > >> Thanks, > >> Bev > >> > >> On 31 Oct 2012, at 6:51 PM, Troy Meyers wrote: > >> > >>> Bev, > >>> > >>> It didn't. Sheesh. I'm sure glad Chris did the verbose version. That > is, unless there's a more recent FMS than 12.0.2.232. > >>> > >>> -Troy > >>> > >>> > >>>> Did the recent FMServer Update fix this yet? Beverly > _______________________________________________ > FX.php_List mailing list > FX.php_List@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/20121116/24413037/attachment-0001.html