Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#13769 closed defect (bug) (worksforme)

Meta Widget "Site Admin" link returns broken link in MultiSite

Reported by: bdeaton108's profile bdeaton108 Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.0
Component: Multisite Keywords:
Focuses: Cc:

Description

In a Multi-Site setup, when the Meta Widget is active on a child site while logged in returns this link:

http://mysite.com//child-site/wp-admin

Takes user to the dashboard of "http://mysite.com" and not "http://mysite.com//child-site/"

Change History (14)

#1 follow-up: @ryan
14 years ago

Are you using the domain mapping plugin?

#2 in reply to: ↑ 1 @bdeaton108
14 years ago

Replying to ryan:

Are you using the domain mapping plugin?

I am not.

#3 @ryan
14 years ago

What is siteurl set to in the options table for the child site?

#5 follow-up: @wpmuguru
14 years ago

I'm getting 403's on request for that URL and parent site.

#6 in reply to: ↑ 5 @bdeaton108
14 years ago

Replying to wpmuguru:

I'm getting 403's on request for that URL and parent site.

The site isn't live on the internet yet. We were hoping this week, but that is out of my hands.

#7 follow-up: @ryan
14 years ago

I've tried various ways to reproduce the double slashing without luck. You'll probably have to dig into admin_url() and site_url() to track this down since none of us can reproduce.

#8 in reply to: ↑ 7 @bdeaton108
14 years ago

Replying to ryan:

I've tried various ways to reproduce the double slashing without luck. You'll probably have to dig into admin_url() and site_url() to track this down since none of us can reproduce.

That's fine, I think I am going to just modify the widget code itself and set a reminder in documentation to change the code with every update. Thanks guys!

#9 @nacin
14 years ago

That's a bad solution, honestly. Can you take a look at the ms-sites.php page for the affected blog, and provide the domain and path of the site?

#10 @nacin
14 years ago

  • Component changed from General to Multisite
  • Keywords reporter-feedback added; multisite widget removed

#11 @westi
14 years ago

  • Cc westi added
  • Milestone changed from 3.0 to 3.1

Without any feedback from the reporter this has missed the boat for 3.0

We need steps to reproduce to resolve this issue.

Moving to 3.1

#12 @bdeaton108
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Just wanted to update ya'll. The server was down before the launch of WP3, so that is why none of you could connect to it. After poking around in the codex, I happen to find a little command that forces SSL when you login and are in the admin. Needless to say my problem is fixed and chalk this up to a newbie.

#13 @ocean90
14 years ago

  • Keywords reporter-feedback removed
  • Milestone 3.1 deleted
  • Resolution fixed deleted
  • Status changed from closed to reopened

#14 @ocean90
14 years ago

  • Resolution set to worksforme
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.