• Resolved wpmhweb

    (@wppit)


    Hello,

    After upgrading to WP 3.6 wp-polls is causing too many problems. Although I consider wp polls a great plugin, now I find myself in the situation where i need to completely remove wp-polls from WordPress and database. I know how to remove it from WordPress, and how to delete the wp-pollsa, wp-pollsip, and wp-pollsq, what I need to know if how to remove the leftover from the other tables and from which other tables in the database including from the wp-options.

    If the creator of this plugin can help me out here it will be highly appreciated.

    Thanks,

    https://www.ads-software.com/plugins/wp-polls/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Lester Chan

    (@gamerz)

    What problems are you facing?

    You can uninstall WP-Polls via the WP-Admin -> Polls -> Polls Uninstall

    Thread Starter wpmhweb

    (@wppit)

    It was shooting an already sent header error.
    I already did the wp-admin uninstalled, but the plugin is leaving behind many rows and tables in the database.

    Now I only need the specifics of this:
    I need to completely remove wp-polls from the WordPress database. There are many other rows and tables that the plugin doesn’t remove (p-pollsa, wp-pollsip, and wp-pollsq) I already removed these tables, but there is still many rows in other tables that also need to be removed.

    I just need to know which one are the other rows I need to remove.

    Thanks,

    Thread Starter wpmhweb

    (@wppit)

    Basically is conflicting somehow and not letting me save posts.

    Thanks,

    Plugin Author Lester Chan

    (@gamerz)

    Already sent heard error might be due to some other plugins.

    The plugin only leaves rows in wp_options and those option_key starts with poll_

    DELECT FROM wp_options WHERE option_name LIKE ('poll_%');
    DELECT FROM wp_options WHERE option_name = 'widget_polls-widget';

    Thread Starter wpmhweb

    (@wppit)

    I don’t know…

    Disabling all the plugins and turning them on one by one wp polls was the only one that caused the “Saving Draft” message to stay on forever.

    Thanks for the SQL commands, I really appreciate!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upgrading to WP 3.6 WP-Polls causing problems, need to uninstall from database’ is closed to new replies.