MyBB Community Forums

Full Version: Admin login issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I recently installed MyBB 1.6.7 without any issues, I can login with my user account perfectly fine, cookies are set and working properly.

The issue is when I click the 'Admin CP' link.

The page is obviously not loading correctly, the login button doesn't display properly and upon viewing source form post method is "/admin/index.php/admin/index.php"

Which seems to be the obvious cause to the problem. However, I'm not sure why it's happening (boardurl is correct).

http://www.theuberserver.com/admin/
You're either missing the admin language files or they're not readable by the webserver. Make sure ./inc/languages/admin/* are chmoded to 775.
I had the admin folder as 666 instead of the .php files inside. That fixed the login button, but the post issue still stands, can't login to admin.
I got same problem.

It isn't redirect to admin cp if i log in with add acc.

It go to www.domain.com/admin/index.php/admin/index.php

I have 666 in all english/* and english/admin/* file.

How can i fixed it?