Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Bug with WP-invoice #4483
    iHuman
    Member

    Just wanted to let you know how to resolve this issue…

    WPMU does not use $wpdb->prefix the same way that the regular version does… it assigns the blog ID to it (ie wp_1)

    If you are using this plugin with WMPU

    – open the file Display.php

    – find the function web_invoice_draw_user_selection_form($user_id)

    – change all instance of $wpdb->prefix to ‘wp_’ (included the single quote)

    Do not change $wpdb->prefix in the pages function – as it needs the pages specific to the blog you are working on.

    This should resolve the problem.

    good luck!

    elaine

Viewing 1 post (of 1 total)