after analize log/prod.log it seems that problem is here
CREATE TABLE `output_publication` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`fk_publication_id` int(11) unsigned NOT NULL,
`fk_language_id` int(11) unsigned NOT NULL,
`theme_path` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `publication_language` (`fk_publication_id`,`fk_language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
It looks like you're new here. If you want to get involved, click one of these buttons!