ajax 연동시 서버와의 통신이 실패했다고 에러나오는데요~ 정보
ajax 연동시 서버와의 통신이 실패했다고 에러나오는데요~
본문
ajax 연동시 서버와의 통신이 실패했다고 에러나오는데요~
$.ajax({
type: 'post'
,async: true
,url: 'ajax_data.php'
,scriptCharset: "utf-8"
,contentType: "application/x-www-form-urlencoded; charset=UTF-8"
,dataType : "html"
,data: 'table='+table+'&num='+num
>>
utf-8 이라 값이 잘못되었는지 잘안되는데요
그누님들 도와주실분~
$.ajax({
type: 'post'
,async: true
,url: 'ajax_data.php'
,scriptCharset: "utf-8"
,contentType: "application/x-www-form-urlencoded; charset=UTF-8"
,dataType : "html"
,data: 'table='+table+'&num='+num
>>
utf-8 이라 값이 잘못되었는지 잘안되는데요
그누님들 도와주실분~
Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($result) must be of type mysqli_result, null given in /home/kagla/new-sir/old/lib/common.lib.php:2339 Stack trace: #0 /home/kagla/new-sir/old/lib/common.lib.php(2339): mysqli_fetch_assoc() #1 /home/kagla/new-sir/old/skin/board/v16/view.skin.php(795): sql_fetch_array() #2 /home/kagla/new-sir/old/bbs/view.php(403): include_once('...') #3 /home/kagla/new-sir/old/bbs/board.php(300): include_once('...') #4 {main} thrown in /home/kagla/new-sir/old/lib/common.lib.php on line 2339