Hallo,
da ich das migrieren von 1.0.x auf 1.5 mal versuchen wollte, habe ich mit der Migratorkomponente einen Dump meiner Webseite gemacht und die drei Dateien heruntergeladen. Am localhost habe ich 1.5 hochgeladen und im 6. Installationsschritt Load Migration Skript eingestellt und die MIGRATION.sql.gz hochgeladen und ausgeführt. Dabei stoße ich immer auf diesen Fehler:

Database Errors Reported
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'S' at line 1 SQL=S
-------------
Unknown column 'control' in 'field list' SQL=UPDATE `jos_menu_migration` SET `control` = 'view_name=', `link` = 'index.php?option=com_content&view=frontpage', `type` = 'component', `componentid` = 20 WHERE `link` LIKE '%option=com_frontpage%';
-------------
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL=UPDATE `jos_menu_migration` SET `home` = 1 WHERE `id` = ;
-------------
Da ich mich mit sowas überhaupt nicht auskenne, bitte ich euch um Hilfe, was da falsch ist und wie ich das ändern kann!
Danke!