info:concrete5:migrationc56toc57

Ceci est une ancienne révision du document !


Migration concrete5.6 vers Concrete5.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();
  • info/concrete5/migrationc56toc57.1531899931.txt.gz
  • Dernière modification : 2018/07/18 09:45
  • de radeff