joomla更新後出現Error 1054 Unknown column 'a.client_id' in 'where clause.'
- 詳細內容
- 分類: 電腦相關
- 發佈: 2020-08-26, 週三 02:40
- 點擊數: 306
用phpMyAdmin執行以下SQL command:
ALTER TABLE `xxx_menu_types` ADD COLUMN `client_id` int(11) NOT NULL DEFAULT 0;
UPDATE `xxx_menu` SET `published` = 1 WHERE `menutype` = 'main' OR `menutype` = 'menu';
*將xxx 改為joomla database的table prefix