Unknown column 'news.author' in 'field list'
fetch_all(array (
0 => '
SELECT
news.id,
news.category_id,
news.name_id,
news.name_1 as name,
news.brief_1 as brief,
news.description_1 as description,
news.status,
news.type,
news.small_thumb_url,
news.time,
news.hitcount,
news.author,
category.name_1
FROM
news
inner join category on category.id = news.category_id
WHERE
1
and news.status!="HIDE"
ORDER BY
news.time desc
LIMIT
48,12
',
)
) at packages/frontend/modules/SearchResult/db.php:34,
get_items(array (
0 => '',
1 => 12,
)
) at packages/frontend/modules/SearchResult/forms/list.php:28,
on_draw() at cache/pages/tim-kiem.cache.php:794,
run() at index.php:30