Support » Plugin: Wordpress Flash Uploader » [Plugin: WordPress Flash Uploader] Database error

  • Resolved Ooypunk

    (@ooypunk)


    When I activate this plugin, and then go to the Media/WP Flash Uploader page, I get this error message:
    “WordPress database error: [Table ‘db024961_cgn_wordpress_tst.wp_ps_groups’ doesn’t exist]
    SELECT wp_ps_groups.ID, wp_ps_groups.group_title FROM wp_ps_groups JOIN wp_ps_group_relationships ON wp_ps_group_relationships.grel_group_id = wp_ps_groups.ID WHERE wp_ps_group_relationships.grel_user_id = ‘1’”

    The message is correct: the table doesn’t exist. Bu why is WFU trying to get info from it? What should it contain? Shouldn’t WFU create the table, or at least check for its existence?

    What is the purpose of get_user_groups() anyway?

    http://wordpress.org/extend/plugins/wordpress-flash-uploader/

Viewing 1 replies (of 1 total)
  • Plugin Author mdempfle

    (@mdempfle)

    You are right. The tables do not exist if you don’t have installed contexture-page-security which enables enhanced group handling.

    I have to add a check if the tables do exist. Expect a new version in the next few days that covers that.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress Flash Uploader] Database error’ is closed to new replies.