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
При попытке отредактировать модуль после его активации, открывается страница с белым экраном, при открытии на Google Chrome, следующая ошибка:
Сайт xxxxx.top пока не может обработать этот запрос.
HTTP ERROR 500
в журнале ошибок следующие однотипные записи:
2021-01-16 20:40:28 - PHP Notice: Undefined index: information in /home/kservice/storage/modification/catalog/controller/common/menu.php on line 32
версия модуля 2,0,4
Opencart: 3.0.3.2
После включения отображения ошибок в htaccess:
Fatal error: Uncaught Exception: Error: Unknown column 'c1.information' in 'field list' Error No: 1054 SELECT cp.category_id AS category_id, GROUP_CONCAT(cd1.name ORDER BY cp.level SEPARATOR ' > ') AS name, c1.parent_id, c1.sort_order, c1.status, c1.information FROM prefixdatabase_category_path cp LEFT JOIN prefixdatabase_category c1 ON (cp.category_id = c1.category_id) LEFT JOIN prefixdatabase_category c2 ON (cp.path_id = c2.category_id) LEFT JOIN prefixdatabase_category_description cd1 ON (cp.path_id = cd1.category_id) LEFT JOIN prefixdatabase_category_description cd2 ON (cp.category_id = cd2.category_id) WHERE cd1.language_id = '1' AND cd2.language_id = '1' GROUP BY cp.category_id ORDER BY sort_order ASC in /home/kservice/onemart.top/system/library/db/mysqli.php:40 Stack trace: #0 /home/kservice/onemart.top/system/library/db.php(45): DB\MySQLi->query('SELECT cp.categ...') #1 /home/kservice/storage/modification/admin/model/catalog/category.php(301): DB->query('SELECT cp.categ...') in /home/kservice/onemart.top/system/library/db/mysqli.php on line 40
UPD Выяснил, конфликт с модулем optimblog, при его установке Юкасса крашится
The text was updated successfully, but these errors were encountered:
При попытке отредактировать модуль после его активации, открывается страница с белым экраном, при открытии на Google Chrome, следующая ошибка:
Сайт xxxxx.top пока не может обработать этот запрос.
HTTP ERROR 500
в журнале ошибок следующие однотипные записи:
2021-01-16 20:40:28 - PHP Notice: Undefined index: information in /home/kservice/storage/modification/catalog/controller/common/menu.php on line 32
версия модуля 2,0,4
Opencart: 3.0.3.2
После включения отображения ошибок в htaccess:
Fatal error: Uncaught Exception: Error: Unknown column 'c1.information' in 'field list'
Error No: 1054
SELECT cp.category_id AS category_id, GROUP_CONCAT(cd1.name ORDER BY cp.level SEPARATOR ' > ') AS name, c1.parent_id, c1.sort_order, c1.status, c1.information FROM prefixdatabase_category_path cp LEFT JOIN prefixdatabase_category c1 ON (cp.category_id = c1.category_id) LEFT JOIN prefixdatabase_category c2 ON (cp.path_id = c2.category_id) LEFT JOIN prefixdatabase_category_description cd1 ON (cp.path_id = cd1.category_id) LEFT JOIN prefixdatabase_category_description cd2 ON (cp.category_id = cd2.category_id) WHERE cd1.language_id = '1' AND cd2.language_id = '1' GROUP BY cp.category_id ORDER BY sort_order ASC in /home/kservice/onemart.top/system/library/db/mysqli.php:40 Stack trace: #0 /home/kservice/onemart.top/system/library/db.php(45): DB\MySQLi->query('SELECT cp.categ...') #1 /home/kservice/storage/modification/admin/model/catalog/category.php(301): DB->query('SELECT cp.categ...') in /home/kservice/onemart.top/system/library/db/mysqli.php on line 40
UPD Выяснил, конфликт с модулем optimblog, при его установке Юкасса крашится
The text was updated successfully, but these errors were encountered: