MyBB Community Forums

Full Version: cant access plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Well, the error is saying you're uninstalling RegLinks, but going by the list of plugins you posted above, you haven't got anything like that installed.
Come to think of it, this problem started when i changed templates, when importing the new one, i checked, the ignore version compotability. But it was a mybb design
(2011-01-05, 01:37 PM)MattRogowski Wrote: [ -> ]Well, the error is saying you're uninstalling RegLinks, but going by the list of plugins you posted above, you haven't got anything like that installed.

that list is posted is from my forum/inc/plugins folder and reglinks i deleated already from the root
Adding a theme that is applied to the forum is not going to do anything to the plugins list in the ACP. Printscreen what you see when you look in the ./inc/plugins/ folder via FTP.
I'm pretty sure several of those plugins are not MyBB plugins. For one, MyBB doesn't create a file called package-info.xml at all.
so, what should i do?
Remove Uninstall.php and package-info.xml files from there.
now the feedback box disapeared but restricted access is still there
To rule out plugins as a cause of this issue, please try the following. In ./inc/init.php, find the code:

define("TIME_NOW", time());

After this code, add this:

define("NO_PLUGINS", 1);

Then save and/or reupload this edited version of the file so the forum will run the new code.

This edit will stop plugins being run when a page on the forum is loaded; it will not edit, delete or reset any content the plugin has added or changed, it will just temporarily stop the plugins being loaded, so some features on your forum may be temporarily missing or broken whilst this code is in place. When you remove this code, plugins will work again exactly as they were before. This change helps us to see if a plugin is the cause of a problem, without you having to manually deactivate every single plugin, which would mean you may lose data from them.

If your issue is fixed when this code is added, then the cause of your issue is a plugin; please post a list of your plugins and we will try and help you find which one it may be. If the problem still happens with this code added, then it is unlikely a plugin is the cause, in which case we will investigate the issue further.

Thank you.
Restricted access
Fatal error: Call to a member function run_hooks() on a non-object in /home/uphill/public_html/f/inc/functions.php on line 238
Pages: 1 2 3