Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter 4nd3rs

    (@4nd3rs)

    complete error message:
    Fatal error: Call to undefined function wp_get_current_user() in /wp-includes/capabilities.php on line 926

    mrherbivore

    (@mrherbivore)

    GigPress does not officially support MU, though I’ve had many reports of it working just fine. This same error seems to be a problem with many plugins when running under MU, and a quick search doesn’t yield a fix. I’ll put it on the list of things to investigate nonetheless.

    Call to undefined function wp_get_current_user() in /wp-includes/capabilities.php on line 926

    Isn’t that error message saying there’s a problem with a non-existing function within WordPress ? WPMU core?

    /wp-includes/capabilities.php would seem to be a WP core file rather than a plugin file =
    – What is the content of line 926 in that file?
    – Where is it pointing to?
    – What is it trying to call?
    – Has function wp_get_current_user() been deprecated and replaced with a different function?

    Vaguely, I remember having problems with that function in a downloaded theme, and when I checked, the function had been deprecated and replaced with a new name for essentially the same functionality. I can’t remember if it was specific to WP or to WPMU or to BuddyPress, but one of them caused the deprecation.

    ALWAYS remember – The Codex is your friend. Search is your ally.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: GigPress] Gigpress doesn’t work with wordpress mu 2.8.5’ is closed to new replies.