Oh, well that explains why you are getting the error. You remove tdban when you uninstalled it. I just looked at the installer for it and that is exactly what is going on there. The uninstall "drops" that field. Looks like you have a little more clean up to do.
You are going to have to do that "disable plugins" thing to be able to get into the admincp now.
--------------- Added [DATE]1223400685[/DATE] at [TIME]1223400685[/TIME] ---------------
You will need to add this to the top of your config file so you can get into your admincp.
PHP Code:
define('DISABLE_HOOKS', true);
|