Hi. Have now done that. Still blank Static front page in editor.
Hi. It was made from som guys at 99designs I think. It is a custom made theme Mytos.
Hi again. Changed WB_DEBUG to false, and then it worked!. Thanks a lot!
Hi. Here is lines 70 – 80:
$this->user->active_blog = get_active_blog_for_user( get_current_user_id() );
$this->user->domain = empty( $this->user->active_blog ) ? user_admin_url() : trailingslashit( get_home_url( $this->user->active_blog->blog_id ) );
$this->user->account_domain = $this->user->domain;
} else {
$this->user->active_blog = $this->user->blogs[get_current_blog_id()];
$this->user->domain = trailingslashit( home_url() );
$this->user->account_domain = $this->user->domain;
}
$this->user->locale = get_locale();
add_action( 'wp_head', 'wp_admin_bar_header' );