• I was trying to use this tool to duplicate a service. I modified the JSON data and used the updated button. Now my 3rd-Party Integration plugin no longer works. When I go to the configuration page it’s just blank. I removed/deleted this plugin and the 3rd party integrations plugin. And re-installed the 3rd party integrations plugin and it still doesn’t work. Is there anything I can do to back out/reset the changes this tool made?

    https://wordpress.org/plugins/forms-3rdparty-migrate/

Viewing 1 replies (of 1 total)
  • Thread Starter wpn2user

    (@wpn2user)

    I found out that uninstalling doesn’t remove the bad configuration from the database. It’s stored in wp_options under “Forms3rdPartyIntegration_settings”

    I cleared this up by running this SQL query

    delete from wp_options where option_name = ‘Forms3rdPartyIntegration_settings’

    • This reply was modified 9 years, 6 months ago by wpn2user.
Viewing 1 replies (of 1 total)

The topic ‘Broke 3rd-Party Integration’ is closed to new replies.