비회원으로 글쓰기 할때 에러 정보
비회원으로 글쓰기 할때 에러관련링크
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
select from g4_member where mb_id = TRIM('')
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 'from g4_member where mb_id = TRIM('')' at line 1
error file : /html/gblog/bbs/board.php
회원으로 글쓰기 하면 에러가 안나는데..
비회원으로 글쓰기 할때 이런 에러가 뜨네요?
오류 주소 :
select from g4_member where mb_id = TRIM('')
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 'from g4_member where mb_id = TRIM('')' at line 1
error file : /html/gblog/bbs/board.php
회원으로 글쓰기 하면 에러가 안나는데..
비회원으로 글쓰기 할때 이런 에러가 뜨네요?
댓글 전체

해당 게시판 스킨을 살펴보세요.
아마도 로그인 아이디 처리하는 부분에 뭔가 오류가 있는듯합니다.
skin/스킨폴더/list.skin.php 요거를 basic 스킨과 비교해서 다른점을 확인하세요.
아마도 로그인 아이디 처리하는 부분에 뭔가 오류가 있는듯합니다.
skin/스킨폴더/list.skin.php 요거를 basic 스킨과 비교해서 다른점을 확인하세요.
감사합니다.^^ basic list.skin.php 소스 복사해서 넣었더니 됬어요..ㅎㅎ