You're receiving that error because either the phoogle_html column was never properly installed or it was removed prematurely. Either way, this is the cause for the error and quite likely the original errors you were receiving prior to the uninstallation.
That being said, to resolve this all you need to do is create the column manually then re-run the uninstallation.
[SQL]ALTER TABLE `post` ADD `phoogle_html` mediumtext[/SQL]
|