MyBB Community Forums

Full Version: Admin Panel Only Showing Dashboard?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i just upload my forum to ziggyblock.hourb.com/forum/ and i renamed my admin directory, and made it so that there is no links to it, but now it will only show the main dashboard, and on every other admin page it says i need to login, so i login and it just stays on the login page. Why is it doing this, and how do i fix it? Thanks in advance.
you cant just rename it all the links/pages inside it is linked to the old name
undo anything you did with the admin dir then it should work and dont do this sort of this stuff without having a backup
here is how to do it
open inc/config.php :
find:
Quote:$config[\'admin_dir\'] = \'admin\';

replace with :
Quote:$config[\'admin_dir\'] = \'management\';
It was working after the rename of the directory for about an hour before this happened, and i did replace the lines in the config file straight after i renamed it.
hmm weird i can explain why it didn't work after 1 hour because the cache/cookies was cleared
but dunno what is the problem..