클럽을 사용중 파일 업로드 문제 정보
클럽을 사용중 파일 업로드 문제본문
클럽을 설치하여 사용하고 있는 중에 용량이 큰 파일을 업로드하려는데
다음과 같은 에러가 나옵니다..
select MD5(CONCAT(wr_ip, wr_subject, wr_content)) as prev_md5 from order by wr_id desc limit 1
1064 : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by wr_id desc limit 1' at line 1
error file : /gnuboard4/bbs/write_update.php
어찌해야 하는지요...?
php.ini 수정했고 그누보드관리자에서 해당 게시판의 업로드 용량도 늘려주었습니다.
다음과 같은 에러가 나옵니다..
select MD5(CONCAT(wr_ip, wr_subject, wr_content)) as prev_md5 from order by wr_id desc limit 1
1064 : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by wr_id desc limit 1' at line 1
error file : /gnuboard4/bbs/write_update.php
어찌해야 하는지요...?
php.ini 수정했고 그누보드관리자에서 해당 게시판의 업로드 용량도 늘려주었습니다.
댓글 전체
ss