十月安装

October installation

我已经通过控制台界面页面安装了 october。后端工作正常但 UI 给出错误:

The "Cms\Facades\Cms" extension is not enabled.

我无法弄清楚 it.Could 有什么问题吗?

似乎是作曲家加载了太新版本的 Twig -

https://github.com/octobercms/october/issues/2908#issuecomment-306431036

fixed by opening composer.json in the root directory, adding to the require object this value:

"twig/twig": "1.33.*",

Then perform composer update to rectify the breaking package. This will be fixed in Build 420+ as we move to Twig 2.0. This upgrade won't occur for at least 1-2 months. Leaving this open until then.