Quote:
Originally Posted by ROTPAR
that?s right. If I try to uninstall the product I can?t because it does not finde the needed things in the database (google etc.)
|
ok run these queries
[sql]ALTER TABLE user ADD googletalk VARCHAR( 250 ) AFTER msn
ALTER TABLE user ADD xfire VARCHAR( 250 ) AFTER msn
ALTER TABLE user ADD skype VARCHAR( 250 ) AFTER msn[/sql]
be sure to add your table prefix if you have one... you man only need to run 1 or all of these queries so try them all if you have all 3 installed if not just use the one needed