Quote:
Originally Posted by MarkFL
To disable the plugin system via config.php, at the top of that file add the line:
PHP Code:
define('DISABLE_HOOKS', true);
You can also disable plugins via the AdminCP. Follow:
AdminCP -> Settings -> Options ->Plugin/Hook System
And set "Enable Plugin/Hook System" to "No".
|
That worked perfectly! The RSS feed works without a problem, so now I guess it's just to find the plugin responsible for the problem. Thanks!