sithonia
Forum Replies Created
-
AuthorPosts
-
So why is the wordpress login page working normally? No problems with caching or cookies there.
What would the implications be if I delete that code that redirects? Is it so detrimental if a logged in user clicks to view the login screen?
I just have to make this work somehow. I think it’s important that the forgot password function works properly.
So I contacted support on my server and they said right away that it sounds more like a wordpress or plugin problem, nothing with the server. They also tested the issue and this is what they said:
I could see that wordpress login/Register now/Forgot password works fine using this URL “http://dev.thassosgreece.com/wp-admin/
This means there is no issues in the server.The reported issue with this URL: http://dev.thassosgreece.com/gd-login/, this URL is not redirecting to proper signup page after signing out current session.
Please make sure that you have configured redirection correctly on your plugin ‘gd-login’.
So, sorry, now I’m coming back to you again…
Looking through some of the code I wondered what this code in geodir-signup.php does:
* If user is not signed in, redirect home. */ if (get_current_user_id()) { wp_redirect(home_url(), 302); exit; }
Could I just delete that and it wouldn’t redirect to the homepage anymore? Or what function does that code fill?
OK, I’ll see what I can do to get them to check it out. Thanks a lot for all the effort in checking things out and trying to figure it out. I’m really impressed and happy with the level of customer support you guys provide! Good work!
OK, thanks for all this input. But I’m on self-managed VPS-hosting, so it’s hard for me to ask for too much troubleshooting when it comes to settings. Do you have any idea of what I could ask them to look for, or is it best to just say what you posted last about the way cookies are handled and the WordPress function get_current_user_id()?
Sorry, for bothering you with all these questions, but it’s just all above my head…
I’m not aware of any server caching being done. I have enabled mod_deflate to enable gzip compression, but that seems to be pretty standard and shouldn’t affect this, should it?
So I contacted x-theme, and this is what they said about the 5 empty lines:
Yup that is normal, view-source some of the sites here: http://theme.co/x/showcase/ most if not all have that 5 empty lines, perhaps that has nothing to do with the issue.
They tried to log in and out, click register and forgot password, and had no problems doing so using the ordinary wp-login page. When I asked them to use the “My Dashboard” login-box, they wrote as expected:
It sounds like you might be having an issue with a third party plugin(GeoDirectory). Regretfully, we cannot provide support for third party plugins or scripts… any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
So I’m sorry that I have to turn it back to you again. There must be something different with the gd-login page or widget, since the wordpress login page works fine but gd-login doesn’t.
Can you please help?
I don’t know what I have to say or explain to make them believe that it’s a problem with their theme that the gd-login page won’t load… I have a feeling they’ll say they can’t give support for a third party plugin. It is after all the gd-login page that won’t load properly. The normal wordpress login page loads. Any suggestions on how to address it?
You’re made super admin now. Hope you can find the problem. Thanks for searching.
I don’t want to mess up my live site too much by disabling all plugins again, but I have exactly the same site (part from some recent css changes) in a dev-environment. Same admin login-credentials should work for you as well. With all other plugins disabled, the site is a real mess, but it still doesn’t solve the login problem.
You can take a look at it here:
http://dev.thassosgreece.comOK. Did that as well. But no change.
I have only edited x-theme files in the child theme. I just updated x-theme with a new copy. But the problem still remains.
This reply has been marked as private.You should be able to login with those details to all sites, though it doesn’t happen automatically. I just tried your credentials on one of the other site. You just have to login again for each site.
Thanks for looking into it.
The same details I previously added here now have super admin access.
Thanks for checking.No, the GD plugins are only activated on each site. I didn’t network activate them.
I know that the login page doesn’t work while being logged in. The problem is that it doesn’t work after having logged in and then logged out either. The first time logging in it works. After that cookies have to be cleared to get the gd-login page to show. Were you able to try to register again after having logged out? Or to access “forgot password”?
The gd-login page is linked to in the footer.
The dashboard widget is available in the header – a menu that shows up by clicking the triangle in the top right corner. (Once I have this bug worked out, I’ll make user registration and login more visible) -
AuthorPosts