You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Сразу после установки выдало 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'
)
The text was updated successfully, but these errors were encountered:
Сразу после установки выдало 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'
)
The text was updated successfully, but these errors were encountered: