Skip to:
Content
Pages
Categories
Search
Top
Bottom

after updating to 2.3.2 multiple plugins are throwing $wp->init() errors


  • Quinn Goldwin
    Participant

    @quinngoldwin

    after I updated to the latest buddypress I have over 4 plugins throwing this error. I opened tickets to all plugin developers but they are taking their sweet time getting back to me.

    Can someone explain to me what code I have to change to fix this error? what strings of code am I searching for and what do I need to replace it with? Any help would be greatly appreciated. Of course they are on plugins that have great functionality like

    Buddyboss Global Search (really important and useful, I would like to have this working asap)
    BP You are Blocked
    Buddypress Edit activity

    ERROR bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init()

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

  • Quinn Goldwin
    Participant

    @quinngoldwin

    Buddyboss support told me to do this… RESOLVED

    Set WP_DEBUG to false define(‘WP_DEBUG’, false); in your wp-config.php file, this is a known issue. It will not break the plugin functionality.


    Henry Wright
    Moderator

    @henrywright

    If your website is live, always make sure you set WP_DEBUG to false. WP_DEBUG should always be set to true in your test website because it will let you (and you only) know when things are wrong. Whilst some debug notices aren’t errors, you should generally try to fix all of them if you can.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘after updating to 2.3.2 multiple plugins are throwing $wp->init() errors’ is closed to new replies.
Skip to toolbar