저도 이 오류가...
블로그 관리자 화면에서, 해당 블로그를 삭제누르면 아래와 같은 메세지 출력 -_-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}'");
로 수정하시면 됩니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 1626 | |
| 1623 | |
| 1612 | |
| 1611 | |
| 1610 | |
| 1609 | |
| 1608 | |
| 1607 | |
| 1605 | |
| 1603 | |
| 1600 | |
| 1597 | |
| 1596 | |
| 1595 | |
| 1587 | |
| 1586 | |
| 1578 | |
| 1575 | |
| 1573 | |
| 1572 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기