BuddyDev

Search

[Resolved] Fatal Error when updating to newest BuddyPress version 10.4.0

  • Participant
    Level: Master
    Posts: 496
    Daniel on #46384

    Hi,

    I hope you guys are very well.

    I have not worked on my website since a while, therefore I wasn’t so much active for the time being.

    While doing some updates today, I have figured out that my website is not compatible anymore with the newest BuddyPress version.

    I have received the following fatal error notification from WordPress, so I have rolledback Buddypress to V 10.3.0 and everything is working fine.

    ****************************************************************
    Howdy!

    Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.

    In this case, WordPress caught an error with one of your plugins, BuddyPress.

    First, visit your website and check for any visible issues. Next, visit the page where the error was caught (https://mywebsite.com/wp-login.php?action=resetpass) and check for any visible issues.

    Please contact your host for assistance with investigating this issue further.
    ****************************************************************

    Is this a known issue or do you think it only happens on my website because I am using a Theme that is not supported anymore?

    Thank you for your feedback.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 496
    Daniel on #46385
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #46398
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 496
    Daniel on #46417

    Hi Brajesh,

    I’m sorry, I have searched the whole directory of the website but there is no such file called debug.log.

    Does may the file has another name?

    Thanks.

    Regards
    Daniel

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2934
    Ravi on #46420

    Hello Daniel,

    Thank you for the acknowledgement. The ‘debug.php’ file is a file WordPress generates when any kind of error occurs on the site. This file can be located under the ‘wp-content’ directory. Please look at the following URL:

    https://wordpress.org/support/article/debugging-in-wordpress/

    Please look at the following constant to enable debugging.

    
    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    

    Please give it a try.

    Regards
    Ravi

  • Participant
    Level: Master
    Posts: 496
    Daniel on #47206

    Hello,

    Just to let you know that my theme works again with BuddyPress newest Version after updating it.

    That’s some real good news. I also was able to resolve all the other bugs when not showing favorites, mentions and add friend requests.

    All is great today 🙂

    Regards
    Daniel

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #47209

    Hi Daniel,
    That’s good to know.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved