【问题标题】:Upgrading a composer installed Typo3 LTS 8 to LTS 9.5将安装了 Typo3 LTS 8 的作曲家升级到 LTS 9.5
【发布时间】:2018-10-16 18:47:50
【问题描述】:

我正在尝试了解如何升级安装的 LTS8 安装

composer create-project typo3/cms-base-distribution myProject ^8

到 LTS 9.5。

当我按照文档去做时

composer require typo3/cms-backend:^9.5 typo3/cms-core:^9.5 typo3/cms-extbase:^9.5 typo3/cms-extensionmanager:^9.5 typo3/cms-filelist:^9.5 typo3/cms-fluid:^9.5 typo3/cms-frontend:^9.5 typo3/cms-install:^9.5 typo3/cms-recordlist:^9.5 --update-with-dependencies

我明白了

Your requirements could not be resolved to an installable set of packages. 

Problem 1
   - typo3/cms-rte-ckeditor v8.7.19 requires typo3/cms-core 8.7.19 -> satisfiable by typo3/cms-core[v8.7.19] but these conflict with your requirements or minimum-stability.
   - typo3/cms-rte-ckeditor v8.7.19 requires typo3/cms-core 8.7.19 -> satisfiable by typo3/cms-core[v8.7.19] but these conflict with your requirements or minimum-stability.
   - typo3/cms-rte-ckeditor v8.7.19 requires typo3/cms-core 8.7.19 -> satisfiable by typo3/cms-core[v8.7.19] but these conflict with your requirements or minimum-stability.
   - Installation request for typo3/cms-rte-ckeditor (locked at v8.7.19, required as ^8.7.10) -> satisfiable by typo3/cms-rte-ckeditor[v8.7.19].

Installation failed, reverting ./composer.json to its original content.

我的全新安装不应该都是 v8.7.19 吗?

【问题讨论】:

    标签: typo3-8.x typo3-9.x


    【解决方案1】:

    这个重大更新似乎没有直接的方法。我最终导出了我的 8.7 安装的页面树以及数据库,创建了带有所有扩展的空白 9.5 安装,导入了页面树并导入了数据库。因为我只使用了像 georgringer/news 和 bootstrap_package 这样的主要分机,所以我没有主要问题

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2022-12-13
      • 2018-12-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多