info:concrete5:migrationc56toc57

Ceci est une ancienne révision du document !


Migration concrete5.6 vers Concrete5.8 (upgrade/update)

https://github.com/concrete5/addon_migration_tool_legacy

Exporter - on obtient un joli fichier XML

https://github.com/concrete5/addon_migration_tool

Importer - vous serez aidé par un GUI assez efficace

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();
  • info/concrete5/migrationc56toc57.1628070040.txt.gz
  • Dernière modification : 2021/08/04 11:40
  • de radeff