• Hi Marcus,

    I changed my table prefix to secure my site but it seems to have caused a conflict when I upgraded to the latest Form Manager plugin – 1.6.29. I had Form Manager installed, then changed the table prefix with WSD Security plugin. Everything worked fine until I updated Form Manager. I had to disable the plugin to get my site back up because it is looking for the wp_fm_data_1 table instead of the table with my new prefix. Have you run into this issue before or could you tell me if there is a setting someplace I need to change to get Form Manager working with different table prefixes?

    Thank you,
    Bridget

    http://wordpress.org/extend/plugins/wordpress-form-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author hoffcamp

    (@hoffcamp)

    I don’t know why that is happening, but this must be a bug.

    Thread Starter bridgetwes

    (@bridgetwes)

    I think it happens because table [prefix]_fm_forms stores the table name in the data_table column. If the table prefix is changed after this plugin is enabled and a form is created, this value has to change also.

    Plugin Author hoffcamp

    (@hoffcamp)

    I went through the code, and this was a huge oversight on my part. The code relies heavily on the assumption that the value stored under ‘data_table’ in the forms table is the full name of the table. It would take a very long time to modify everything and the potential for application breaking bugs is high, so I’m going to include this in version 2.

    Thread Starter bridgetwes

    (@bridgetwes)

    I changed the table name in the database manually and it works fine.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WordPress Form Manager] After upgrade can't find table wp_fm_data_1 – changed table pr’ is closed to new replies.