포인트내역에서 에러 정보
포인트내역에서 에러본문
아무 아이디나 포인트내역으로 들어가면 이런 에러가 나네요
select sum(po_point) as sum_point from ( select po_point from g4_point where (1) and ( (mb_id = 'sarah0821') ) order by po_id asc limit 0, 151) as derivative
select sum(po_point) as sum_point from ( select po_point from g4_point where (1) and ( (mb_id = 'sarah0821') ) order by po_id asc limit 0, 151) as derivative
1064 : You have an error in your SQL syntax near 'select po_point from g4_point where (1) and ( (mb_id = 'sarah0821') ) or' at line 1
error file : /thailove/gb/taesarang_adm/point_list.php
얼마전 관리자 메뉴에서 복구/최적화를 실행시켰을때 아무 변화가 없어 창을 그냥 닫았는데
그때 문제가 된것 같습니다.
phpmyadmin 으로 들어가서 해당 테이블을 복구하면 한참 있다가 페이지를 찾을 수 없다고 나오는데...
어찌해야 할까요 ㅠㅠ
댓글 전체
$sql = "select sum(po_point) as sum_point
from g4_point
where mb_id='sarah0821'
order by po_id asc limit 0, 151";
from g4_point
where mb_id='sarah0821'
order by po_id asc limit 0, 151";
아...제가 깜박했는데, 제꺼를 덮어 써서 그래요. 그누의 최근 버젼의 point_list.php로 바꾸면 됩니다.