• Hi,
    I can’t create polls on my multisite blogs. I always get the following errors:

    Error In Adding Poll 'MyQuestion'.
    Error In Adding Poll's Answer 'MyAnswer1'.
    Error In Adding Poll's Answer 'MyAnswer2'.

    I checked databas tables and the following wp-polls tables exist:
    wp_pollsa
    wp_pollsip
    wp_pollsq

    There is a default Question in wp_pollsq table with ID 1, but when I call get_poll(1); nothin happen. Do you have any idea, how could I fix it?

    http://wordpress.org/extend/plugins/wp-polls/

Viewing 9 replies - 1 through 9 (of 9 total)
  • t_l_3

    (@t_l_3)

    Any fix yet?

    Plugin Author Lester Chan

    (@gamerz)

    Sorry but WP-Polls does not work properly with multisite yet

    Thanks for the reply. Hope to have any fix for this soon?

    Plugin Author Lester Chan

    (@gamerz)

    Not really, I still yet to play around with WPMU =)

    I have the same problem. Any idea why it happens? May be the users of this plugin can help to fix it.

    So the source of the problem is: plugin creates only 3 tables
    wp_pollsa
    wp_pollsip
    wp_pollsq

    for 1 top site only

    but when you try to add a poll on site 2 the plugin tries to insert data into ‘wp_2_pollsq’ and ‘wp_2_pollsa’ tables wich do not exist.

    So i copied ‘wp_pollsa’ to ‘wp_2_pollsa’ (structure only) and so on for all 3 tables and now it works – polls can be saved.
    When plugin is activating it should create tables for all sites (blogs) and it does mot do that.

    But the problem with widget pops up – can set a poll but does nothing on the page (om site2, still works fine on top site) .

    short code does not work also on site 2.

    Guys, this is nice plugin. Let’s fix it together if author is so busy!

    Found:
    we need to create options for each blog too.

    This plugin has to have ability to be activated on each site(blog) separately.

    Got some sort of fix. I’m going to put that as a new topic.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: WP-Polls] 'Error In Adding Poll' on 3.3.1 Multisite install’ is closed to new replies.