I tried uninstalling this for a client as we're slimming down for a server move.
I got a call that guests were unable to view the forum. I logged out and got a database error. Followed earlier advice to view source on the page and found that it was still trying to insert my information as a guest into the now gone "bots" table.
I read through the xml file and found that the hook is global_start, so I looked at the global.php file, and sure enough, the SQL query to insert data is still in there.
I'm not sure what about uninstalling should have turned that off? The plugins were gone, the templates were gone - I had to create the table again just to finish researching it.
Anyway, just thought that this might be helpful if anyone else hits a problem uninstalling.
|