• Resolved skepchick

    (@skepchick)


    For some reason, when subscribers log in to any of the sites on my multisite installation (all use TML), they get this error:

    You attempted to access the “[site]” dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the “[site]” dashboard, please contact your network administrator.

    That also prevents them from accessing their profile to edit password/email info, etc.

    Disabling all other plugins didn’t help. It’s been happening for awhile now, but not forever . . . maybe since the most recent WP upgrade? I’m completely baffled. Anyone else have this issue?

    http://ww.wp.xz.cn/extend/plugins/theme-my-login/

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

    (@skepchick)

    Oh, it occurs to me that I should note that I have no trouble accessing the admin area, nor do any of my writers. It just seems to be new subscribers.

    Thread Starter skepchick

    (@skepchick)

    Should I also mention that I tried no other plugins running and using Twentyten and it still didn’t work?

    For courtesy, this will be my last bump unless I figure out a solution. Otherwise, I’ll just try to adapt another login plugin to my needs.

    Thread Starter skepchick

    (@skepchick)

    What’s that? Another update in which I talk to myself? OK!

    I finally realized the plugin was forcing logins to go to domain.com/wp-admin/profile.php, instead of domain.com/wp-admin/user (which is where they want when TML isn’t turned on). I thought I could solve it by using the plugin’s redirection, but that doesn’t seem to work at all. Even though I set all users to redirect to domain.com/wp-admin/user, TML still sends them to domain.com/wp-admin/profile.php. Not sure why.

    Thread Starter skepchick

    (@skepchick)

    And at long last, the final resolution: went to theme-my-login/includes/class-theme-my-login.php, changed line 347 to $redirect_to = admin_url( ‘user/’ );

    All fixed.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Theme My Login] Subscribers can't access Dashboard’ is closed to new replies.