Forum Plugins are currently globally disabled via config.php
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
|