MyBB Community Forums

Full Version: Secuirty pin and forget pass
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
mybb support where are you help me :/
Open inc/init.php, then add:
define("NO_PLUGINS", 1); 
after:
if(!defined("IN_MYBB"))
{
   die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}

You should be able to login then.

Next thing - go to Plugins and deactivate ACP plugins which may cause the error.

And lastly, remove the added line from inc/init.php
Try to delete any custom modules from your admin/modules directory.
Your Secret pin are saved in inc/config at last line in this file.
Fatal error: Call to undefined function downloads1_meta() in /home2/oldschoo/public_html/admin/index.php on line 515

Modules

Configs
Downloads (i rename it to downloads1)
home
shops
styles
tools
user
Make a backup of your /admin/Downloads ( or downloads1 now ) folder. Then delete that folder.
thanks dragon love u bro

now that error in plugin section
/home2/oldschoo/public_html/inc/languages/english/admin/homepoll.lang.php does not exist
1. One issue per thread, please. If your initial question has been answered, mark it as solved and open a new thread for the unrelated question.
2. The error is straightforward - you have to upload that file. If you don't know where to get it (it's a part of a plugin, this one I believe: http://mods.mybb.com/view/at-home-polls), you can upload an empty PHP file with that name instead.
Pages: 1 2