g4-->g5 db 인전시 첨부문서 문의드립니다. 채택완료
g4 에서 g5 옴겼는데요..~~
썸네일은 나오는데.. 첨부문서는 나오지가 않네요.. 도움부탁드립니다.
g5 회사소식
http://www.seaferry.co.kr/bbs/board.php?bo_table=coompany_news">http://www.seaferry.co.kr/bbs/board.php?bo_table=coompany_news
g4 회사소식
http://www.seaferry.co.kr/test//bbs/board.php?bo_table=bulletin">http://www.seaferry.co.kr/test//bbs/board.php?bo_table=bulletin
아래 소스를 돌렸더니 주르륵 뜨긴 하는데.. 첨부파일은 보이지 않네요.
</span></p><p><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);"><? </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">include_once('./_common.php'); </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">if(!$is_admin) { </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">exit; </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">} </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">$bo_table = ""; </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">$sql = " select bo_table from $g4[board_table]"; </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">$result = sql_query($sql); </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">for ($i=0; $row=sql_fetch_array($result); $i++) { </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">$result_file = sql_query("select distinct(wr_id) from $g4[board_file_table] where bo_table='$row[bo_table]'"); </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">for($j=0;$res=sql_fetch_array($result_file);$j++) { </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">$file_cnt = sql_fetch("select count(*) as cnt from $g4[board_file_table] where bo_table='$row[bo_table]' and wr_id='$res[wr_id]'"); </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">$bo_table = $g4['write_prefix'] . $row[bo_table]; </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">sql_query("update $bo_table set wr_file='$file_cnt[cnt]' where wr_id='$res[wr_id]'"); </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">} </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">} </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">echo "wr_file 필드에 파일수를 업데이트 하였습니다."; </span><br style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px;"><span style="color: rgb(51, 51, 51); font-family: 돋움, Dotum, sans-serif; font-size: 12px; letter-spacing: -0.01px; background-color: rgb(247, 247, 247);">?></span><span style="font-size: 14.6667px;"> </span></p><p><span style="font-size: 14.6667px;">
답변 2개
g5에서 안 나오는 건데 올려주신 코드는 g4 네요.
그누5 배포본에 있는 컨버터를 사용하신 건가요?
g5_board_file 테이블에 값들이 제대로 있는지 확인해보시고.
전체 이전이 아닌 게시판만 이전할 때는 g5_board_file 에 있는 것도 같이 옮겨줘야 합니다.
data 폴더 하위 폴더에 있는 각 보드명으로 생성된 폴더 퍼미션도 707로 변경해보세요.
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
위소스에에서, g4 로된건 g5수정해서 돌렸습니다..
컨버터를 사용을 해봤구요...
file 폴더에 해당 게시판 폴더도 다 옴겨줬구요.~ 퍼미션도 707로 되어 있어요 ..
액박이 뜨는게 아니라..... 첨부문서가 없는걸루 나오네요.... ㅠㅠ