Thank you, but that didn't solve the problem I'm having in the database.
WHen I run a query, as you said, it returns this error:
Error
SQL-query :
ALTER TABLE user
ADD shoutbox TINYINT DEFAULT 1 not null
MySQL said:
Duplicate column name 'shoutbox'
What seems to be happening is this: if you start the install clean it works, but if for some reason you interrupt the process, delete the templates from your database and start again, it tells you "shoutbox" already exists. I don't see it anywhere, and I don't know what needs to be deleted or where, in order to start with a clean slate.
Anybody?
|