Paul,
I recently uninstalled this product from my forum, just because I was doing a cleanup of old modifications we don't use anymore. Afterwards, I was getting a database error whenever someone was trying to create a post. The database error said that it had Invalid SQL: "Unknown column 'proxyip' in 'field list'".
Looking through your uninstall code, I do see that there is code to drop this field from the database:
$db_alter->drop_field('proxyip')
However, I would think that dropping the field would be okay, wouldn't it? Do I have something else still trying to insert data into the now-non-existing proxyip field? It's not a vB default field, is it?
For now, as a quick fix, I've just re-added the field to the post table, and everything is back to working as normal. Would like to hear from you, though, if there's something I did wrong, and something I have to fix. X3
Thanks.
|