Skip to:
Content
Pages
Categories
Search
Top
Bottom

Fatal error: Uncaught Error: Call to undefined function bp_loggedinuser_link()


  • sanderthijs
    Participant

    @sanderthijs

    After logging in the site crashes due to a Fatal error: Uncaught Error: Call to undefined function bp_loggedinuser_link()
    However I am able to reach my WP backend.

    The Buddypress plugin is installed on my wordpress backend.
    Can someone explain where this bp_loggedinuser_links() is located and how I can check if the whright path is being accessed when this function is called.

    The page I need help with: https://inspirathors.proeverijthijs.nl/

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

  • shanebp
    Moderator

    @shanebp

    The error should indicate the file that made the call to bp_loggedinuser_link()
    bp_loggedinuser_link() is deprecated.

    The proper function is bp_loggedin_user_link()

    bp_loggedinuser_link


    sanderthijs
    Participant

    @sanderthijs

    Dear Shanebp,

    Thanks for your reply!
    I have replaced all deprecated functions by the proper one and that fixed the issue.

    Thanks very much!

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