MyBB Community Forums

Full Version: Admin Control Panel (Huge Problem!)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I finished my forum for my clan, today. It was all working well, and then suddenly, my founder registered, and after that, he went to sign in (after activation) and it wouldn't let him. I got on, went to Admin CP, and it had signed me out of the CP. So, I went to sign in. It let me, but then I clicked on the 'Users & Groups' tab, and it took me to the login screen for the CP. So, I signed in again. After signing in, it took me to the tab I wanted. But, there was only one user, (me). On my site, I have 7 members. So, I reloaded the page, and it made me sign in again. I went to the 'Home' tab, and it made me sign in, again. It makes me sign in everytime I click something. What is the problem? I renamed my 'admin cp' directory, but I also changed the code in 'inc/config.php'.

Images:
[Image: fc3cb272b7023f694b88cf4cbb0646bb.png]

[Image: 7f507f5689b49968a2e0e5222d5d083c.png]

[Image: c2163b078b99915999b116fc030093f6.png]

Site: http://mericagaming.byethost7.com/
Try having a read of this

http://community.mybb.com/thread-126359.html

if mericagaming.byethost7.com is your website make sure the cookie domain is set to .mericagaming.byethost7.com and the cookie path is set to /

Cookie Domain : .mericagaming.byethost7.com
Cookie Path : /
(2013-02-24, 03:11 AM)MisterW Wrote: [ -> ]Try having a read of this

http://community.mybb.com/thread-126359.html

if mericagaming.byethost7.com is your website make sure the cookie domain is set to .mericagaming.byethost7.com and the cookie path is set to /

Cookie Domain : .mericagaming.byethost7.com
Cookie Path : /

I checked all of that, it's not the problem. Anything else?
(2013-02-24, 03:16 AM)KotaBlake Wrote: [ -> ]
(2013-02-24, 03:11 AM)MisterW Wrote: [ -> ]Try having a read of this

http://community.mybb.com/thread-126359.html

if mericagaming.byethost7.com is your website make sure the cookie domain is set to .mericagaming.byethost7.com and the cookie path is set to /

Cookie Domain : .mericagaming.byethost7.com
Cookie Path : /

I checked all of that, it's not the problem. Anything else?

Nothing that I can think of at this time it's happened to me before and it was the cookie path which I deleted the settings.php then edited it in the database and saved it then regenerated the settings file and it worked after clearing the cache.
(2013-02-24, 03:20 AM)MisterW Wrote: [ -> ]
(2013-02-24, 03:16 AM)KotaBlake Wrote: [ -> ]
(2013-02-24, 03:11 AM)MisterW Wrote: [ -> ]Try having a read of this

http://community.mybb.com/thread-126359.html

if mericagaming.byethost7.com is your website make sure the cookie domain is set to .mericagaming.byethost7.com and the cookie path is set to /

Cookie Domain : .mericagaming.byethost7.com
Cookie Path : /

I checked all of that, it's not the problem. Anything else?

Nothing that I can think of at this time it's happened to be before and it was the cookie path which I deleted the settings.php then edited it in the database and saved it then regenerated the settings file and it worked after clearing the cache.

Hmm, let me clear my cache again. Hang on.

I cleared the cache, but it still is messed up. I tried logging out of my account, but it kept me signed in. What do I do? D:
(2013-02-24, 03:20 AM)KotaBlake Wrote: [ -> ]
(2013-02-24, 03:20 AM)MisterW Wrote: [ -> ]
(2013-02-24, 03:16 AM)KotaBlake Wrote: [ -> ]
(2013-02-24, 03:11 AM)MisterW Wrote: [ -> ]Try having a read of this

http://community.mybb.com/thread-126359.html

if mericagaming.byethost7.com is your website make sure the cookie domain is set to .mericagaming.byethost7.com and the cookie path is set to /

Cookie Domain : .mericagaming.byethost7.com
Cookie Path : /

I checked all of that, it's not the problem. Anything else?

Nothing that I can think of at this time it's happened to be before and it was the cookie path which I deleted the settings.php then edited it in the database and saved it then regenerated the settings file and it worked after clearing the cache.

Hmm, let me clear my cache again. Hang on.

I cleared the cache, but it still is messed up. I tried logging out of my account, but it kept me signed in. What do I do? D:

You could use your database manager and clear out the mybb_sessions table see if that helps but I'm not too sure.
Nothing is working. I don't know what to do Sad
I don't know if it has to do with any plugins, but did you install any plugins?
If it is a plugin issue, open /inc/init.php add this:
define('NO_PLUGINS', 1); 
after:
define("TIME_NOW", time());
That will temporally disable all plugin hooks, if you can now login disable the one you activated last (you can find this in the administrator log).