Skip to:
Content
Pages
Categories
Search
Top
Bottom

Notification Page blank


  • nathaliedp
    Participant

    @nathaliedp

    Only the notifications page appears in white, the rest works correctly.
    Recently update buddypress.
    Also add some lines of code to functions.php, but the page worked correctly, from one moment to another the problem started.

    Does anyone know what could happen?

    Thanks

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

  • Venutius
    Moderator

    @venutius

    If you add the following to your wp-config.php file, it should show the actual error on the screen:

    define(‘WP_DEBUG’, true);
    define( ‘WP_DEBUG_DISPLAY’, true );

    That will hopefully give more of a clue as to what the problem is.


    Venutius
    Moderator

    @venutius

    On my test site I’m not getting this error, so it’s likely to be something interfering with that BuddyPress page.


    nathaliedp
    Participant

    @nathaliedp

    Hi @Venutius

    I use define (‘WP_DEBUG’, true);

    and I have this message
    Constant BP_SEARCH_SLUG already defined in

    I delete in function.php the function that refers to that message.
    But the problem continues.

    And also change the name of the plugin that also updates, and the problem continues.

    Thanks


    Venutius
    Moderator

    @venutius

    how about if you only have BuddyPress running? does that fix it?

    How about creating a new page that is named ‘Notifications’? Because I am having a similar problem and I can’t find a page named notifications in my pages list.

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