View Full Version : database error
jcvallenato
06-12-2007, 10:52 PM
i tryin to load this mod
https://vborg.vbsupport.ru/showthread.php?t=93831&highlight=activity
but don?t work showme this:
Eikinskjaldi
06-12-2007, 11:25 PM
This means you have already loaded the mod once and made the table changes. You cannot load it a second time.
Alternatively the mod is crap in that it constantly tries to re-modify the table, in which case I'd be complaining to whoever wrote it.
jcvallenato
06-12-2007, 11:35 PM
mmm
and how to delete the mod??
UltimateOreo!
06-13-2007, 12:16 AM
Go to php my admin and deleting the tables it created would be a good start.
Eikinskjaldi
06-13-2007, 01:36 AM
Go to php my admin and deleting the tables it created would be a good start.
leading immediately to a dreadful end. I don't know about the rest of the mod, but the item above indicates it modifies the user table.
Deleting the user table would be a *bad* thing
The syntax for deleting a field from a table is
alter table tablename drop fieldname;
eg
alter table user drop wwu002activity;
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.