After some refactoring, my project is nearly finished, but I can't test it in the sandox anymore.
I have an error in the "Restore data set" step :
Error
Unknown column 'code_postal' in 'field list' SQL=INSERT INTO `[PREFIX]demo2088_prestations` (`id`, `params`, `nom`, `alias`, `code_postal`, `ville`, `duree`, `categorie`, `publish`, `creation_date`, `modification_date`) VALUES (1,'','Prestation','prestation',45000,'Orléans','1 heure',3,0,'2012-01-25','2012-01-25');
Unknown column 'creation_date' in 'field list' SQL=INSERT INTO `[PREFIX]demo2088_categories` (`id`, `params`, `nom`, `alias`, `parent`, `creation_date`, `modification_date`) VALUES (1,'','Catégorie 1','categorie1',0,'',''),(2,'','Catégorie 2','categorie-2',0,'2012-01-25','2012-01-25'),(3,'','Sous-catégorie 1','sous-categorie-1',1,'2012-01-25','2012-01-25');
Unknown column 'code_postal' in 'field list' SQL=INSERT INTO `[PREFIX]demo2088_prestations` (`id`, `params`, `nom`, `alias`, `code_postal`, `ville`, `duree`, `categorie`, `publish`, `creation_date`, `modification_date`) VALUES (1,'','Prestation','prestation',45000,'Orléans','1 heure',3,0,'2012-01-25','2012-01-25');
Unknown column 'creation_date' in 'field list' SQL=INSERT INTO `[PREFIX]demo2088_categories` (`id`, `params`, `nom`, `alias`, `parent`, `creation_date`, `modification_date`) VALUES (1,'','Catégorie 1','categorie1',0,'',''),(2,'','Catégorie 2','categorie-2',0,'2012-01-25','2012-01-25'),(3,'','Sous-catégorie 1','sous-categorie-1',1,'2012-01-25','2012-01-25');
Maybe because of some renamed fields in tables ?
Need help, it's a little bit urgent...