저도 이 오류가...
블로그 관리자 화면에서, 해당 블로그를 삭제누르면 아래와 같은 메세지 출력 -_-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}'");
로 수정하시면 됩니다.
게시판 목록
지블로그 질답
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 589 | 15년 전 | 1638 | ||
| 588 | 15년 전 | 1834 | ||
| 587 | 15년 전 | 1268 | ||
| 586 |
Kurtcobain
|
15년 전 | 1377 | |
| 585 | 15년 전 | 1445 | ||
| 584 |
Lemios
|
16년 전 | 1498 | |
| 583 | 16년 전 | 1753 | ||
| 582 |
Facelook
|
16년 전 | 1855 | |
| 581 |
써니zzang
|
16년 전 | 1476 | |
| 580 | 16년 전 | 1373 | ||
| 579 | 16년 전 | 1742 | ||
| 578 | 16년 전 | 1621 | ||
| 577 | 16년 전 | 1248 | ||
| 576 |
히든스카이
|
16년 전 | 1426 | |
| 575 | 16년 전 | 1522 | ||
| 574 | 16년 전 | 1189 | ||
| 573 | 16년 전 | 1528 | ||
| 572 | 16년 전 | 1281 | ||
| 571 | 16년 전 | 1404 | ||
| 570 | 16년 전 | 1449 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기