#11999 closed defect (bug) (fixed)
XML-RPC - Unable to connect to blog on initial adding of blog account
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Multisite | Keywords: | |
Focuses: | Cc: |
Description
MU Trac Ticket: http://trac.mu.wordpress.org/ticket/1195
When trying to "Add a Blog Account" to Windows Live Writer, it gives the following error...
No Blogs Found on Server
A successful connection was made to your account however the server reported that you do not currently have an active blog. Please ensure that your account with this provider is current before proceeding.
In "wp_getUsersBlogs" (line 445), the following line...
global $current_site;
was removed from the previous release. Adding it back, fixes the issue.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixed in http://trac.mu.wordpress.org/changeset/2056/branches/2.9.
Need to confirm that patch was applied to WP trunk.