2017-06-06 60 views
5

我已經通過控制檯界面頁面安裝了十月份。後端工作正常,但用戶界面給出錯誤:十月安裝

The "Cms\Facades\Cms" extension is not enabled. enter image description here

我不明白什麼是錯的。它可以幫助任何人嗎?

回答

5

看來是作曲家加載嫩枝的太新版本 -

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.

+2

感謝,它的工作 –

+0

我們昨天打同樣的問題,對我們來說工作 –