스케줄 관리 할일목록 게시판 - invalid argument supplied for foreach() 정보
스케줄 관리 할일목록 게시판 - invalid argument supplied for foreach()- wizwebbers 자기소개 아이디로 검색 회원게시물
- 2,182
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=126165&sca=&sfl=wr_subject||wr_content&stx=�븷�씪&page=1
똥싼너구리님의 할일목록 게시판이 너무 맘에 들어서 사용하려고 하는데 설치하고 글을 쓰면
Warning: Invalid argument supplied for foreach() in /home/content/g/o/l/gold4224/html/CRM/skin/board/todolist/ajax.update_order.php on line 7
이런 에러가 뜹니다. 도무지 모르겠습니다.
똥싼너구리님에서 메일을 보냈지만 며칠이 지나도 답이 없으시네요.. 고수님들 도와주세요.
ajax.update_order.php 소스입니다.
<?PHP
include_once("./_common.php");
header("Content-Type: text/html; charset={$g4['charset']}");
if($member['mb_level']==1) exit;
$tbn = $g4['write_prefix'].$_POST['bo_table'];
foreach($_POST['ord'] as $k => $v) {
$sql = " UPDATE {$tbn} SET wr_num='{$k}' WHERE wr_id='{$v}' ";
sql_query($sql);
}
꼭 좀 해결했으면 좋겠습니다.
꾸벅
오류 주소 :
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=126165&sca=&sfl=wr_subject||wr_content&stx=�븷�씪&page=1
똥싼너구리님의 할일목록 게시판이 너무 맘에 들어서 사용하려고 하는데 설치하고 글을 쓰면
Warning: Invalid argument supplied for foreach() in /home/content/g/o/l/gold4224/html/CRM/skin/board/todolist/ajax.update_order.php on line 7
이런 에러가 뜹니다. 도무지 모르겠습니다.
똥싼너구리님에서 메일을 보냈지만 며칠이 지나도 답이 없으시네요.. 고수님들 도와주세요.
ajax.update_order.php 소스입니다.
<?PHP
include_once("./_common.php");
header("Content-Type: text/html; charset={$g4['charset']}");
if($member['mb_level']==1) exit;
$tbn = $g4['write_prefix'].$_POST['bo_table'];
foreach($_POST['ord'] as $k => $v) {
$sql = " UPDATE {$tbn} SET wr_num='{$k}' WHERE wr_id='{$v}' ";
sql_query($sql);
}
꼭 좀 해결했으면 좋겠습니다.
꾸벅
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '282012' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php