Skip to:
Content
Pages
Categories
Search
Top
Bottom

error message : bp_setup_current_user in debug after installation


  • imdreamer
    Participant

    @imdreamer

    Hello

    this is my first time to install buddypress, my WP is 3.9.1

    in back end, buddypress is newest version which showed this following message, how can i solve this problem ?

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /var/www/mysite.com/wp-includes/functions.php on line 3245

    thanks a lot

Viewing 1 replies (of 1 total)

  • shanebp
    Moderator

    @shanebp

    It’s not an error, it’s a notice.
    It can be ignored.
    It will only appear if you have ‘debug’ set to true.
    It’s not coming from BP, but from a function being called too early in your theme or some other plugin.
    You’ll have to track it down, by switching to a WP theme like 2012 or deactivating plugins one at a time, and then changing the hook being used by that function.

Viewing 1 replies (of 1 total)
  • The topic ‘error message : bp_setup_current_user in debug after installation’ is closed to new replies.
Skip to toolbar