I installed October through the console interface page. The backend is working fine, but the UI gives an error:
The extension "Cms \ Facades \ Cms" is not included.
I could not understand what was wrong with him. Can anybody help?
A composer appears, downloading a too new version of Twig -
https://github.com/octobercms/october/issues/2908#issuecomment-306431036
fixed by opening composer.json in the root directory, adding this value to the required object:"twig/twig": "1.33.*",Then update the composer to fix the splitting package. This will be fixed in Build 420+ when we move on to Twig 2.0. This update will not continue for at least 1-2 months. Leaving it open until then.
fixed by opening composer.json in the root directory, adding this value to the required object:
"twig/twig": "1.33.*",
Then update the composer to fix the splitting package. This will be fixed in Build 420+ when we move on to Twig 2.0. This update will not continue for at least 1-2 months. Leaving it open until then.
Source: https://habr.com/ru/post/1268584/More articles:Shapeless find an instance of Some among Nones in the list of options - scalaShould I list array elements in an XML representation? - javaHList lifeless tablet with option providing HList - scalaSearch in a large vector in C ++ - c ++CoreNFC for card emulation? - iosDeamination of a JSON file using C # - jsonHow to implement service workers in an AngularJS application for offline use - javascriptMaven 3.5 question with JDK 9 - mavenThe recommended way to change scope variables is scopeRegister service worker in angular.js application - angularjsAll Articles