Ceci est une ancienne révision du document !
Migration concrete5.6 vers Concrete5.7
https://github.com/concrete5/addon_migration_tool_legacy https://github.com/concrete5/addon_migration_tool
https://www.concrete5.org/community/forums/customizing_c5/5.6-to-5.7-migration-now-available/
Bug 5.6 -> 5.7
L'outil est prévu pour migrer une… 5.5!
Si vous voulez migrer une 5.6 il faut commenter dans l'outil https://github.com/concrete5/addon_migration_tool_legacy
https://github.com/concrete5/addon_migration_tool_legacy/issues/2#issuecomment-183149241
concrete/core/models/page.php, find the export method and comment out these lines:
$v = View::getInstance();
$v->disableEditing();
$v->disableLinks();
$v->enablePreview();
ob_start();
$v->render($this);
ob_end_clean();