joomla更新後出現Error 1054 Unknown column ‘a.client_id’ in ‘where clause.’

用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

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *