테이블 경로지정 방법 문의 정보
테이블 경로지정 방법 문의본문
그누보드/m 에업로드해서
aaa.com은 그누보드로접속
m.aaa.com 은 그누보드/m에접속하게해서 사용중입니다.
그누보드루트 와 그누보드/m 에도 동일한 config파일과 dbconfig파일이있구요
다른건 다 작동되는데 모바일폴더에서 아래 $j.getJSON 을불러오려는데요 m루트가아니고
그누보드 루트에있는 것을가져와야되는데 현제는 m루트의 데이터를가져와서요..
아래경로를 어덯게줘야 그누보드 루트의 데이터를 가져올가요?
$j.getJSON(path, {"sca":VarCaId, "bo_table":VarBoTable},
list.skin.php 위쪽에 g4_path 부분을 바궈줘도되나요?
현재 그누보드와 그누보드/m 둘다에 config파일이있어서 그런거같은데요
$j().ready(function(){
init(""+g4_path+ "/list"+VarBoTable+".php");
});
-->
</script>
============================= list.js ===========================
function init(path) {
loading = true;
$j.getJSON(path, {"sca":VarCaId, "bo_table":VarBoTable},
function(data, textStatus){
var i = 0;
var bg_num = 0;
ca_names = "";
var ca_name_str ="";
var team_width = "";
var tmp_ca_names = "";
tmpObj = new Object;
$j("#board_list").empty();
if( parseInt(VarColspan) > 7 ){
ca_name_str = "<td width=\"\"></td></tr>";
team_width = "";
}
$j("#board_list").append("<tr height=\"10\">"+
"<td width=\"\"> </td>"+
ca_name_str+
"<td width=\"\"> </td>"+
"<td width=\"\"> </td>"+
"<td width=\"\"> </td>"+
"<td width=\"\"> </td>"+
"</tr>");
( 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_id = '-1' and wr_id != '2008' ) union ( 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 = '281712' 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