Сразу после установки выдало 500 ошибку.
Сделал composer update - после установки пакетов ошибка "Script php yii cms/migrate --interactive=0 handling the post-update-cmd event returned with error code 1"
В пользовательской части ошибка
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'is_default' in 'where clause'
The SQL being executed was: SELECT * FROM cms_site WHERE (cms_site.active='Y') AND (is_default=1)
Error Info: Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'is_default' in 'where clause'
)
Сразу после установки выдало 500 ошибку. Сделал composer update - после установки пакетов ошибка "Script php yii cms/migrate --interactive=0 handling the post-update-cmd event returned with error code 1" В пользовательской части ошибка SQLSTATE[42S22]: Column not found: 1054 Unknown column 'is_default' in 'where clause' The SQL being executed was: SELECT * FROM
cms_site
WHERE (cms_site
.active
='Y') AND (is_default
=1) Error Info: Array ( [0] => 42S22 [1] => 1054 [2] => Unknown column 'is_default' in 'where clause' )