포인트랭킹관련질문드립니다 정보
포인트랭킹관련질문드립니다관련링크
본문
포인트랭킹스킨을 다운받았습니다 위에 링크참조
다운받은 sh_point_ranking.lib.php 파일을 point.php로 이름을 바꾸고 lib폴더에 집어넣었습니다
그리고
<?
include_once("./_common.php");
$g4[title] = "포인트순위";
include_once("./_head.php");
include_once("$g4['path']/lib/point.php");
?>
<div style="width:500px; text-align:left; margin:10px;">
<div style="width:49%; float:left; margin-right:10px;">
<? sh_point_ranking(7,10); ?>
</div>
<div style="width:49%; float:left;">
<? sh_point_ranking(30,10); ?>
</div>
</div>
<?
include_once("./_tail.php");
?>
이걸 인덱스.php에 붙여넣었습니다.
근데 include_once("$g4['path']/lib/point.php"); <=여기서 자꾸 에러가 난다면서 인덱스페이지가 안뜹니다
제가 무엇을 잘못한걸까요?
다운받은 sh_point_ranking.lib.php 파일을 point.php로 이름을 바꾸고 lib폴더에 집어넣었습니다
그리고
<?
include_once("./_common.php");
$g4[title] = "포인트순위";
include_once("./_head.php");
include_once("$g4['path']/lib/point.php");
?>
<div style="width:500px; text-align:left; margin:10px;">
<div style="width:49%; float:left; margin-right:10px;">
<? sh_point_ranking(7,10); ?>
</div>
<div style="width:49%; float:left;">
<? sh_point_ranking(30,10); ?>
</div>
</div>
<?
include_once("./_tail.php");
?>
이걸 인덱스.php에 붙여넣었습니다.
근데 include_once("$g4['path']/lib/point.php"); <=여기서 자꾸 에러가 난다면서 인덱스페이지가 안뜹니다
제가 무엇을 잘못한걸까요?
( 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 = '187347' 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