Log in

View Full Version : Plug-in


James Birkett
07-15-2009, 03:07 PM
I was creating a plug-in for fetch_musername, and when I saved the plug-in it's returned a fatal error and it won't let me navigate any pages on the forum. How would I disable plug-ins in order to fix this?

Lynne
07-15-2009, 03:23 PM
To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

James Birkett
07-15-2009, 03:29 PM
Thanks Lynne