Quote:
Originally Posted by gio~logist
Hm. That's not a major problem, it's just the fact that it's trying to do a query from a previos version, which it shouldn't be trying to do since you already have that. For now, just upload all files and then manually run the query:
Code:
ALTER TABLE threadfield_admin ADD COLUMN
`required` varchar(10) NOT NULL default 'no';
|
The problem is, you renamed the field in the sql database to threadfield_admin. So the installation prozess is unable to do the update and so it fails!
So what is the correct filed name that should be updated?