Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ruerte

    (@ruerte)

    i Forget: Fatal error: Call to undefined function get_user_id_from_string() in /var/customers/webs/ni50747_3/httpdocs/domains/craft4live.net/wp-content/plugins/minepic/minepic.php on line 125

    Thread Starter Ruerte

    (@ruerte)

    Try the solution from Bloodrayne1995 ->

    http://wordpress.org/support/topic/fatal-error-1139?replies=3

    WORK 4 ME!

    Code:

    require_once(ABSPATH . WPINC . '/ms-functions.php');
    $id = get_user_by('email',$id_or_email);
    if(is_bool($id)){
    $username = "Notch";
    }else{
    $username = $id->user_login;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with bbPress’ is closed to new replies.