일시적인 데이터베이스 오류입니다.

이 페이지가 반복해서 보이면 아래 주소를 관라지에게 알려주세요.
http://www.timenews.co.kr/web/news/search?keyword=%EC%9D%BC%EB%B0%98%EC%9D%B8%EB%85%B8%EC%B6%9C%E3%83%8C+O6O%E3%85%A19O6%E3%85%A16661+triumph%EB%8C%80%EB%A5%9C%EB%8F%99%ED%8F%B0%ED%8C%85%ED%8F%B0%EC%84%B9%E3%82%BA%EC%95%BD%EC%82%AC%EB%8F%99%ED%8F%B0%ED%8C%85%ED%8F%B0%EC%84%B9shortly+%EA%B2%80%EC%82%B0%EB%8F%99%ED%8F%B0%ED%8C%85%ED%8F%B0%EC%84%B9%EA%8D%AE%EC%84%B1%EC%A3%BC%ED%8F%B0%ED%8C%85%ED%8F%B0%EC%84%B9%E3%83%8C%EB%9E%9C%EB%8D%98%ED%8F%B0%ED%8C%85%ED%8F%B0%EC%84%B9%EA%87%99%E3%8E%80%EB%91%90%EC%82%B0%EB%8F%99%ED%8F%B0%ED%8C%85%ED%8F%B0%EC%84%B9obvious

A Database Error Occurred

Error Number: 1305

FUNCTION timenewsdb-webservice.strip_tags does not exist

select t1.article_idx, (select category_idx from tn_news_article_category_linked where article_idx = t1.article_idx) as category_idx, (select category_name from tn_news_categories where category_idx = (select category_idx from tn_news_article_category_linked where article_idx = t1.article_idx)) as category_name, ifnull((select filecode from tn_news_article_images where article_idx = t1.article_idx order by seq asc limit 0, 1), null) as image_filecode, (select strip_tags(regexp_replace(replace((select subject from tn_news_article_contents where article_idx = t1.article_idx), '//', ''), '\n|\r|\t', ' '))) as subject from tn_news_article_status_published as t1 where # 포토뉴스 조건 (select photo_news from tn_news_article_picks where article_idx = t1.article_idx) = 'Y' # 엠바고 시한 경과한 기사 조건 and ifnull((select embargo_by from tn_news_article_embargo where article_idx = t1.article_idx), '0000-00-00 00:00:00') < now() # 삭제/취소된 기사 아닌 조건 and (select count(*) from tn_news_article_status_canceled where article_idx = t1.article_idx) = 0 # 카테고리 지정 조건 # 검색어 조건 order by t1.article_idx desc limit 0, 4

Filename: models/news_article_photo_news_model.php

Line Number: 146

뒤로가기 홈으로