I'm using both wp_register() and wp_loginout() in a navigation area at the top right corner of my site. If a user is not registered or logged in it displays links as: Register | Login.
If a user is logged in, it's supposed to display links as: Profile | Logout.
For admin it's not showing that I'm logged in and for a test member user it's not logging in at all. I'm using Theme My Login and Members (Justin Tadlock) to make the profile page look like my theme and to manage custom user roles.
I had this working fine on my development server here: http://www.lisapaitzspindler.com/clwilson/
However, I can't get it to work on the client's server here:
http://173.192.111.30/~warick11/clwilson.com/
When I try to manually go to http://173.192.111.30/~warick11/clwilson.com/login-3/?action=profile it takes me to the login page. Both installations are running 3.2.1.
I've tried everything I know, but am really stuck. Help?