MyBB Community Forums

Full Version: I changed the language on ACP on accident and now i can't acces it
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i was just checking out my settings and could see that i could change the language on acp to norwegian and i pressed it and now i can't acces the acp anymore i get a error message when i try.

I really need to get into the acp and i can't figure it out. Could i please get some help? 

Thanks
If you could run raw SQL query, try following query in your MyBB copy's database:
UPDATE mybb_adminoptions SET cplanguage = 'english' WHERE uid = X

Replace mybb_ with your db table prefix and X is your user's UID. After running the query, the AdminCP's language for this X user will be revert to English.

By the way, you may want to remove the screenshot from your post since it contains your site's URL and a absolute path.