MyBB Community Forums

Full Version: Login/Logout problems? PLEASE READ
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok fixed the logging out problems, Now I just need to figure out how to make the log in problem work.
Wait, you're using this forum in an iframe?? Don't do that, you're just making things unnecessarily harder for yourself and all you're doing is creating problems. Find a way to have it load normally, not in an iframe, and you'll find the problem will probably just go away. If you're accessing it with http://www.clanwop.com/ but you access it with http://www.mohaawop.pcriot.com/wopforum/, it's a different domain, so it breaks. make it work for people who access it with one domain, it'll break it for those who access it with another. It's not a good way of doing it.
No I dont use it with iframes, I have it linked through the forum button on the menu button bar, it have it linked to loc+"","../wopforum/ cause it grabs the rest from the main index, I've tried everything with this.. loc+"","..http://www.mohaawop.pcriot.com/wopforum/ || (http://www.mohaawop.pcriot.com/wopforum/) - I used electron forums before, even used that one in Iframs actually and It let people log in fine, and when I switch to MyBB and linked it though my buttons it didn't work from the start, I even installed a extra MyBB forum to see if maybe it was something I messed up on, and the other forum does the same thing, dont let you log in under my masked website... I'm not sure what the problem is..

Could it be because when someone logs in and it redirects you to the main index page and it not knowingly refreshes the page which forgets you logged in?
When I go to http://www.clanwop.com/, click the image, and then click the Forum link, it opens the forum but the URL is still http://www.clanwop.com/ and the forum is being loaded in a frame. Trust me, this will cause you problems.
Not sure if this is the same issue but I am unable to log into my administrator account despite the password being correct.


I enter username and password and get the following message

Quote:Please correct the following errors before continuing:

* Please fill out the image verification code to continue the login process. Please enter the code exactly how it appears in the image.

However the captcha does not appear.

Note that sometimes the captcha DOES appear so I enter the text in the captcha and it rejects my password and eventually locks me out for 15 minutes.

I've tried resetting the password by e-mail but it still rejects the new password.

I tried resetting the password using these steps:
http://community.mybboard.net/archive/in...-23-2.html
which appeared to work but again the password was rejected when logging in.

The noted fix for the captcha portion is to update MyBB however I can't log in to see what version I currently have. The files were uploaded to my server on 4-13-09 if that helps.

Is this a known issue? Any way to get into my account?

Thanks.

forum location:
http://africa.featherboasoptional.com/
*claps*

This is much appreciated. Helped a lot. Smile
Ohh, I thought I had took off the forum page through admin CP, but ok, now its completely ran through the button, but still can't log in..?
@Blaine171 still in an iframe... I go to clanwop.com/, click the forum, the URL is still clanwop.com/, the the cookies are setup for mohaawop.pcriot.com, ergo it breaks as they don't match.

@Eagle747 you can find your version number in ./inc/class_core.php, this was a bug a few months ago, I'd be surprised if you still have it. Either way, make sure your member_login template is default.
So what do I do?
Undo whatever you did to put it in an iframe?? I don't know how you've set it up so I can't say how to undo it.