Quote:
Originally Posted by pantec
I can not even unistall it.... keeps giving me sql errors.... and freezes in 3.54.
|
This will work for the time being....Go into phpmyadmin, get rid of the tables (add a table prefix as needed...and backup first!):
Code:
DROP TABLE IF EXISTS `mu_alert_core`;
DROP TABLE IF EXISTS `mu_alert_events`;
DROP TABLE IF EXISTS `mu_alert_ignored_ips`;
Then for the user table:
Code:
ALTER TABLE `user` DROP `has_alerts`;
ALTER TABLE `user` DROP `alert_id`;
ALTER TABLE `user` DROP `main_ip`;
ALTER TABLE `user` DROP `num_alerts`;
Then go into your settinggroup table and find "multiuser" and you should be able to delete the whole thing...
Go into your setting table, and search for all entries with "_mu_"
The rest is templates and such, and they are no problem to delete through the ACP without errors...and this should atleast get you past the SQL errors your running into...