港人話電視
非常好用的android app
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