View Full Version : Forum Plugins are currently globally disabled via config.php
fadi12
07-21-2010, 05:53 PM
I'm having an issue enabling my plug-in's.
If go to the config.php file and change: define('DISABLE_HOOKS', true); to: define('DISABLE_HOOKS', false);
the status doesn't change.
Also, if I try to comment out or delete the line : //define('DISABLE_HOOKS', true);
Then my forum homepage won't load, instead I just get an empty white screen.
Please help
Brandon Sheley
07-21-2010, 06:17 PM
why did you disable them to begin with?
Reeve of shinra
07-21-2010, 06:29 PM
1. Comment out the lines
ie: //define('DISABLE_HOOKS', true);
2. Disable one product at a time until your forum home page comes up.
One of your products is probably having an issue causing the screen to go blank.
fadi12
07-21-2010, 08:03 PM
well thx for reply
but now i try to upload hook or plugin ,but i get this:
Forum Plugins are currently globally disabled via config.php
and theresnt this code too:
define('DISABLE_HOOKS', true);
Rafa-el
07-21-2010, 08:46 PM
Delete that code or add define('DISABLE_HOOKS', false);
fadi12
07-22-2010, 08:24 AM
ihave doit this too , but is still the same
icouldnot upload any hook or plugin
Lynne
07-22-2010, 02:17 PM
You will not be able to upload any plugin until you remove that line (or comment it out correctly) from your config.php file. Also make sure you have enabled plugins in vboptions > plugin system.
fadi12
07-22-2010, 03:15 PM
i have done this before too and until now i couldnot upload any hook or product
Rafa-el
11-17-2010, 02:13 AM
Is weird I have that same issue, the line to disable hooks isn't there but the message of the plugins are disabled via config.php still remains there?
Any clue??
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.