저도 이 오류가...
블로그 관리자 화면에서, 해당 블로그를 삭제누르면 아래와 같은 메세지 출력 -_-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}'");
로 수정하시면 됩니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 1858 | |
| 1847 | |
| 1843 | |
| 1839 | |
| 1838 | |
| 1833 | |
| 1830 | |
| 1829 | |
| 1828 | |
| 1826 | |
| 1823 | |
| 1822 | |
| 1821 | |
| 1819 | |
| 1818 | |
| 1815 | |
| 1813 | |
| 1810 | |
| 1808 | |
| 1807 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기