Quote Originally Posted by sydawn
My database was damaged in the transfer with an error. How can I get round this?

Current DB version : 2.4
ERROR: Unable to execute query

ALTER TABLE `signup` ADD `adult` TINYINT( 1 ) DEFAULT '0' NOT NULL;
Duplicate column name 'adult'
This error is bacuse the field is already in your table.

Have you run the SQL file in phpMyAdmin ? Just open the SQL file and see all fields are on phpMyAdmin.