php 버전과 mySQL 버전이 낮은 버전으로 옮겼더니, 이런 에러가... 정보
php 버전과 mySQL 버전이 낮은 버전으로 옮겼더니, 이런 에러가...
본문
php 버전과 mySQL 버전이 낮은 버전으로 옮겼더니, 맨 아래와 같은 에러 문구가 뜨네요.
★ 기존 환경 :
PHP 버전 5.3.8
MySQL 버전 5.5.18
문자셋 UTF-8
★ 현재 환경 :
PHP 버전 5.2.17
MySQL 버전 5.0.90
문자셋 UTF-8
그리고,
암호화 길이가 달라졌는지..로그인도 안되서 일단은 임시방편으로 암호 초기화해서 로그인했는데,
기존 회원들 로그인을 위해서 초기화 대신 로그인이 가능하도록 수정하고 싶은데..어떻게 해야 할지..
에러 주소: http://www.homzzang.com
--------------------------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 38
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 39
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 40
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 41
Warning: include_once(../common.php) [function.include-once]: failed to open stream: No such file or directory in /home4/homzzang21/html/usearch/index.php on line 3
Warning: include_once() [function.include]: Failed opening '../common.php' for inclusion (include_path='.:/usr/local/php-5.2.17/lib/php') in /home4/homzzang21/html/usearch/index.php on line 3
★ 기존 환경 :
PHP 버전 5.3.8
MySQL 버전 5.5.18
문자셋 UTF-8
★ 현재 환경 :
PHP 버전 5.2.17
MySQL 버전 5.0.90
문자셋 UTF-8
그리고,
암호화 길이가 달라졌는지..로그인도 안되서 일단은 임시방편으로 암호 초기화해서 로그인했는데,
기존 회원들 로그인을 위해서 초기화 대신 로그인이 가능하도록 수정하고 싶은데..어떻게 해야 할지..
에러 주소: http://www.homzzang.com
--------------------------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 38
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 39
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 40
Warning: Cannot modify header information - headers already sent by (output started at /home4/homzzang21/html/head.sub.php:2) in /home4/homzzang21/html/head.sub.php on line 41
Warning: include_once(../common.php) [function.include-once]: failed to open stream: No such file or directory in /home4/homzzang21/html/usearch/index.php on line 3
Warning: include_once() [function.include]: Failed opening '../common.php' for inclusion (include_path='.:/usr/local/php-5.2.17/lib/php') in /home4/homzzang21/html/usearch/index.php on line 3
( 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 = '282416' 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