Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

  • Jing
    Participant

    @gujingc

    Hi, we are running into issue that might related to what you solved.

    When using the default function of buddypress to message another user: messages_new_message()

    Instead of getting the thread ID, we are getting a False.

    How can we get the thread ID? Any suggestion is greatly appreciated.

    Jing


    Jing
    Participant

    @gujingc

    It is actually very simple.

    Whitelist your activation page in the firewall, so the firewall does not block it.


    Jing
    Participant

    @gujingc

    We solved the problem.

    Sucuri firewall need to add a bypass URL rule when this is set up. All good now.


    Jing
    Participant

    @gujingc

    WPMU team solved the issue by putting in the following code:
    add_filter( ‘bp_core_avatar_original_max_filesize’, function() {
    return 5120000; // 5mb
    } )


    Jing
    Participant

    @gujingc

    This appear to be a bug of the latest BuddyPress.

    We reverted the BuddyPress back to v 5.0.0 from v 5.1.2, now updating member roles work fine now:

    Jing


    Jing
    Participant

    @gujingc

    Hi, thank you for the reply. Yes. this is with Nouveau.

    We are testing the issue. We could not seem to remove this error even though all plugins are disabled.

    Jing


    Jing
    Participant

    @gujingc

    I found the issue.

    Closed

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar