+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 12 of 12

Thread: Combining MultiPage and fmbadhandler.php

  1. #11
    Join Date
    Dec 2003
    Posts
    3,901

    Default Re: Combining MultiPage and fmbadhandler.php

    Hi,

    Solved!

    This is a bug and was found and fixed in April! Unfortunately, it didn't quite get through our release process and got a little lost.

    The reason I had no problem during my tests of our multi-page form sample is that I was using the fixed version of FMBadHandler (unbeknownst to me).

    When I used your FMBadHandler, it stopped working.

    The Cause

    When you click the "return to form" link, FMBadHandler opens the last form as a URL. This internal server-based open includes the Session ID, so PHP connects to the session. But, the session is already open by the FMBadHandler processing. This is fine, until both processes try to write to the session data.

    So, there's a deadlock. FMBadHandler has the session locked, but is trying to write to the session data again via the open of the form's URL.

    Complicated, isn't it?

    So, the big pause you see is this deadlock. Eventually, PHP times out and the process fails.

    The Solution

    Quite easy really....

    FMBadHandler nows connects to the session data, and then goes to "session read-only mode".

    To get your multi-page forms working, you need version 1.09 or later of FMBadHandler.

    It's available for download now on the forums.
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  2. #12
    Join Date
    May 2005
    Posts
    19

    Thumbs up Re: Combining MultiPage and fmbadhandler.php

    Thanks a lot!! Now I can happily go on playing around with FormMail

    Kind regards,


    Onno

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. fmbadhandler not allowing php pages
    By Nisitiiapi in forum FormMail Subscription Support
    Replies: 13
    Last Post: 11-Jan-2006, 02:49 AM
  2. Calculating totals on multipage form
    By penta5 in forum FormMail Subscription Support
    Replies: 2
    Last Post: 08-Oct-2005, 09:35 PM
  3. skip a page in multipage form
    By penta5 in forum FormMail Subscription Support
    Replies: 1
    Last Post: 08-Oct-2005, 09:28 PM
  4. Error in multipage sample
    By penta5 in forum FormMail Subscription Support
    Replies: 3
    Last Post: 08-Oct-2005, 12:07 AM
  5. Multipage forms, going back and subsequently losing data!
    By Martinjgriffiths in forum FormMail Subscription Support
    Replies: 1
    Last Post: 31-Jul-2005, 10:01 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts