Quote:
Originally Posted by preemz10314
uninstall that plugin. and let the forum know excatly which mod you are using..
|
That would be good advice except that I don't think it's a mod, it's just the part that logs user changes when you make a change via the admincp (which you can see in the save() function in includes/class_dm_user.php around line 1667). I suppose that the problem could have been caused by a mod, but it seems like the fix would still be to put back the column.
Quote:
is there a sql command you can give me, to run, so as it gets made or whatever?
|
I believe the SQL would be this:
Code:
ALTER TABLE userchangelog ADD COLUMN ipaddress INT UNSIGNED NOT NULL DEFAULT '0'
I don't think it would hurt anything to add that column back to the table, but I think I'd want to understand why it happened.
ETA: Like the above poster mentioned, it probably would be good to remove the ip address and user name from error message you posted above.