Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3412
    KevinHeath
    Member

    I have also installed it in a WPMU installation running Buddy Press but it doesn’t work properly.

    It does not see the existing site members and when I create one, they get added to the forum users so that I have them twice.

    Any ideas how to fix this?

    #4477

    Web Invoice is not tested with WPMU or BuddyPress. I’ll try to see what’s wrong.

    #4480
    CanEd
    Member

    I have the same problem. Does anyone know a solution for this problem?

    #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

    #4486

    Thanks elaine

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.