Fork me on GitHub

Form Express Upgrade Problems  Bottom

  • When attempting to upgrade Form Express, I get this error:

    Quote

    Update FailedALTER TABLE nhra_FormExpress ADD fx_submit_action TEXT AFTER fx_description , ADD fx_success_action TEXT AFTER fx_submit_action , ADD fx_failure_action TEXT AFTER fx_success_action , ADD fx_onload_action TEXT AFTER fx_failure_action , ADD fx_validation_action TEXT AFTER fx_onload_action



    And yet, checking the table in question finds all those data fields present.

    Well, tried redownloading, untaring, and reloading three times, no go. Tried going back to 0.2.3 version, same error.

    Installed new FEPROC at the same time, no problem. Also have xuser.

    Posted to http://contrib.virkpaanettet.dk/ and no response x 2 days.

    Any ideas about what I'm doing wrong?
  • I'm not sure why the upgrade has those tables needing to be created, since they're already in place, and they have data, so you can't just drop them. I ended up modifying the pninit.php to not do the database alterations.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • Hmmm. OK, I'm not a coder, but I'll dig into that file and give it a try and see what happens.

    Thanks!

    == Cliff
  • Actually, before I did that, I got rid of everything including the tables already created and did a fresh install. That took care of the problems.

    I'm not sure if I'm relieved that I didn't have to dig into the code or not . . . .

    I keep saying I need to learn something about PHP coding.

This list is based on users active over the last 60 minutes.