Jump to content

This topic is 7947 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a format page that has three consecutive inline actions. This format page works well in FMP 5 Unlimited but causes my server to crash in FMP 6 Unlimited. I'm runnning this on a G4 Mac using ASIP 6.3.3 with Eudora 5.1 as my mail client.

Any and all help would be greatly appreciated.

Here's the code:

[FMP-InlineAction: -db=requests.fp5, -lay=Form View, -mailto="{FMP-Field:Email}", [email protected], -mailsub=Thank You, -mailhost=mydomain.com, -mailformat=thankyou.txt, Email_Sent="True", -RecID={CurrentRecID}, -Edit][/FMP-InlineAction]

[FMP-InlineAction: -db=requests.fp5, -lay=Form View, [email protected], -mailfrom="{FMP-Field:Email}", -mailsub="{FMP-Field:Subject}", -mailhost=mydomain.com, -mailformat=prequest.txt, -mailbcc="{FMP-Field:Recipient1}", -mailbcc="{FMP-Field:Recipient2}", -mailbcc="{FMP-Field:Recipient3}", Sent="True", -RecID={CurrentRecID}, -Edit][/FMP-InlineAction]

[FMP-InlineAction: -db=mainrequests.fp5, -lay=Form View, -RecID="{FMP-Field:MR_RecID}", Sent="True", -Edit][/FMP-InlineAction]

Thanks.

Posted

Hi, Pearce! I have nothing to back this up but I thought I read something about FMP6 eliminating certain CDML commands (I could be thinking of FMP5 vs. 4, though). If no one else offers anything, try verifying all the -mailxxx commands work (start with -mailformat). Someone please correct me if I am spreading erroneous gossip.

  • 2 weeks later...
Posted

As far as I can tell FMP 6 did not delete any CDML commands. There were some CDML commands deleted with FMP 5 due to security issues. So I am still at a loss as to why the inline actions cause my server to crash when I use FMP 6 but not FMP 5. Hmmmm...........::

  • 4 months later...
Posted

Many months later I have found what is causing my problem. It appears that my mail server fails because FMU 6 is jamming it with several messages much faster than FMU 5 used to. The solution has been to run FMU 6 and the mail server on separate machines. Now the inline actions work like they did with FMU 5.

Phew!!!

This topic is 7947 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.