0.0.3 업그레이드 후 이런 에러 메시지는 어떤 경우인가요?
업그레이드 후에
회원로그인 후 블로그 가기를 누르면 아래와 같은 에러 메시지 나옵니다.
어디가 에러인지 궁금합니다.
select
t.tag as tag
,count(tag) as tag_count
,l.regdate
from
gb4_taglog l,
gb4_tag t
where
blog_id = '1'
and
l.tag_id = t.id
group by
l.tag_id
order by
l.regdate desc
limit
1064
: You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use
near '' at line 16
error file : /blog/index.php
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 2개
한번 실행해 주세요..
감사합니다.