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

이 페이지가 반복해서 보이면 아래 주소를 관라지에게 알려주세요.
http://www.timenews.co.kr/web/news/search?keyword=%EB%A1%AF%EB%8D%B0%EC%A7%80%EC%A3%BC%EC%A3%BC%EA%B0%80%EC%A0%84%EB%A7%9D%E3%84%BE+%E3%80%90+%EC%BA%AC%ED%88%91%EC%83%81%EB%8C%AC+Z9999+%E3%80%91+%EC%9D%B4%EB%8D%94%EC%86%8C%EC%85%9C%EC%84%A0%EB%AC%BC%EA%B1%B0%EB%9E%98tomorrow%EC%84%9C%EC%9B%90%EC%9D%B8%ED%85%8D%EC%A3%BC%EA%B0%80%EC%A0%84%EB%A7%9D%EC%8B%B8%EC%9D%B4%EB%B2%84%EC%9B%90%EC%A3%BC%EA%B0%80%EC%A0%84%EB%A7%9D%EB%B0%94%EC%9D%B4%EB%82%B8%EC%8A%A4%EA%B1%B0%EB%9E%98%EC%86%8Craw+%EB%8C%80%EC%9A%B0%EC%A1%B0%EC%84%A0%ED%95%B4%EC%96%91%EC%A3%BC%EA%B0%80%EC%A0%84%EB%A7%9D%EA%8E%BE%E1%94%B2%ED%95%9C%EA%B5%AD%EC%B2%A0%EA%B0%95%EC%A3%BC%EA%B0%80%EC%A0%84%EB%A7%9Dfarewell

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

뒤로가기 홈으로