Run this query then uninstall the product in the product manager.
Back up your database first as this is untested as I don't have the code handy and therefore don't know exactly what it is trying to do during the uninstall process
[sql]CREATE TABLE userpage (somefield varchar(10) NOT NULL default 'stuff');[/sql]
This will just create a table with the right table name and stick a random field in it. As I imagine that the uninstall code will simply drop the table this should do the trick.
|