0.0.3 업그레이드 후 이런 에러 메시지는 어떤 경우인가요? 정보
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
추천
0
0
댓글 전체

blog/adm_design.php?mb_id=아이디
한번 실행해 주세요..
한번 실행해 주세요..

이제 되는군요.
감사합니다.
감사합니다.