Support Forums
MyBB Admin Control Panel Problem - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Forum Software Help (https://www.supportforums.net/forumdisplay.php?fid=49)
+---- Thread: MyBB Admin Control Panel Problem (/showthread.php?tid=21087)



MyBB Admin Control Panel Problem - P.TanweerAhmad - 08-03-2011

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


RE: MyBB Admin Control Panel Problem - BreShiE - 08-03-2011

What browser are you using when connected to your ACP?


RE: MyBB Admin Control Panel Problem - Deceive - 08-03-2011

I was getting that same problem.
Just uninstall and reinstall it and it should work fine.


RE: MyBB Admin Control Panel Problem - Solidus - 08-03-2011

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);



RE: MyBB Admin Control Panel Problem - P.TanweerAhmad - 08-04-2011

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.