Quote:
Originally Posted by SnitchSeeker
Why does it look like my thread is getting ignored??
Does this mean there is no hope for this working and I should uninstall it?
How do I fix the mysql tables back to how they were before the install then?
|
Well, your thread is not noticed because vBulletin.org is not always sending me emails to let me know people have answered.
Now, you know that you are using table prefix 1. Run the query suggested, only add that 1 in front of the table name.
Code:
ALTER TABLE 1warnings ADD COLUMN warned_status char(1);
Tell us what happens.