저도 이 오류가...
블로그 관리자 화면에서, 해당 블로그를 삭제누르면 아래와 같은 메세지 출력 -_-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}'");
로 수정하시면 됩니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 1801 | |
| 1798 | |
| 1797 | |
| 1795 | |
| 1794 | |
| 1793 | |
| 1791 | |
| 1790 | |
| 1788 | |
| 1787 | |
| 1783 | |
| 1782 | |
| 1780 | |
| 1779 | |
| 1778 | |
| 1775 | |
| 1772 | |
| 1771 | |
| 1768 | |
| 1766 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기