Thanks Ted for your help in removing the duplicate welcome message - it is greatly appreciated. I had simply not edited all the code of it out properly. Now when the plugin is enabled it locks me out of my admincp. By adding the following code to the end of config.php (before all the slashes) it will disable all plugins and let you back in the includes/admincp but obviously the welcome headers will no longer work:
define('DISABLE_HOOKS', true);
How can this be fixed? Thanks!
|