저도 이 오류가...
블로그 관리자 화면에서, 해당 블로그를 삭제누르면 아래와 같은 메세지 출력 -_-a
delete from gb4_guestbook where vs_blog_id='55'
1054 : Unknown column 'vs_blog_id' in 'where clause'
error file : /adm/blog/blog_update.php
댓글 2개
18년 전
ㅎㅎㅎ
17년 전
프로그래밍하실 때, 위쪽 라인을 복사한 후, 해당 필드명 수정을 안하셨네요.
프로그래머들이 가끔씩 실수하는 부분이죠. ^^
/adm/blog/blog_update.php 소스의
sql_query("delete from {$gb4['guestbook_table']} where vs_blog_id='{$blog_id}'");
부분을
sql_query("delete from {$gb4['guestbook_table']} where blog_id='{$blog_id}'");
로 수정하시면 됩니다.
프로그래머들이 가끔씩 실수하는 부분이죠. ^^
/adm/blog/blog_update.php 소스의
sql_query("delete from {$gb4['guestbook_table']} where vs_blog_id='{$blog_id}'");
부분을
sql_query("delete from {$gb4['guestbook_table']} where blog_id='{$blog_id}'");
로 수정하시면 됩니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 1763 | |
| 1759 | |
| 1754 | |
| 1753 | |
| 1750 | |
| 1747 | |
| 1745 | |
| 1744 | |
| 1742 | |
| 1735 | |
| 1726 | |
| 1725 | |
| 1719 | |
| 1714 | |
| 1713 | |
| 1709 | |
| 1706 | |
| 1704 | |
| 1703 | |
| 1700 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기