Support Forums

Full Version: MyBB Admin Control Panel Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,
i just installed mybb & started designing for my school,
but suddenly i got problem that i am totally unable to work in admin cp Sad
when ever i enter admin control panel, after loging into dash board, i get back redirected to login page again & again if i click on any option there Sad
please tell me if there is any solution Confused
What browser are you using when connected to your ACP?
I was getting that same problem.
Just uninstall and reinstall it and it should work fine.
Open index.php from inside your admin folder, find this,

Code:
define("ADMIN_IP_SEGMENTS", 3);

and replace with,

Code:
define("ADMIN_IP_SEGMENTS", 1);
I am unable to find such code,
I guess its because of cookies while new ids are also unable just to login to forum,
I am using Opera while tested in Chrome too....
wao,
its done,
thank you all for supporting me,
A member of mybb official forum helped me regarding this Big Grin
solution that worked, may be useful for others!
go to directory inc then chmod file settings.php to 666,
edit it & change cookies path from /mybb/ to only slash / means remove mybb/ then after loging in to admin cp, set cookies path from there too in order to prevent forum such problems in future.