unable to install the product
PHP Code:
Invalid SQL:
ALTER TABLE `user` ADD `ln_thanks_user_amount` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;
MySQL-Fehler : Duplicate column name 'ln_thanks_user_amount'
Fehler-Nr. : 1060
Fehler-Zeit : Sunday, 20.01.2013 @ 07:11:44
Datum : Sunday, 20.01.2013 @ 07:11:44
to fix this, I found your post:
Quote:
You might have a broken installation of vBSocial. Run this set of SQL queries:
Code:
DROP TABLE IF EXISTS `ln_thanks`;
ALTER TABLE `user` DROP `ln_thanks_user_amount`;
ALTER TABLE `post` DROP `ln_thanks_amount`;
ALTER TABLE `user` DROP `ln_thanks_thanked_posts`;
ALTER TABLE `user` DROP `ln_thanks_thanked_times`;
DROP TABLE IF EXISTS `postbit_display_status`;
ALTER TABLE `post` DROP `notify_enable`;
DROP TABLE IF EXISTS `livenotifications_usersettings`;
DROP TABLE IF EXISTS `livenotifications`;
|
but:
Quote:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `post` DROP `ln_thanks_amount`;
ALTER TABLE `user` DROP `ln_thanks_' at line 2
|
is there any other way to deinstall the product ?
edit: problem fixed, product does not work with Helpful answers add-on, now its runing.
But therere still some conflicts, in some styles it is fine at all, in some not (popups not open as they should do and i cant see the notificatons).
overall i would say that it need a big work around, specially on high customized styles.