PHP |
Warning: Use of undefined constant php - assumed 'php' 메세지홍사훈 0건 17회 21-04-27 09:30 |
---|
관련링크
본문
/home/public_html/common.php on line 140
PHP가 업데이트 되면서 나타나는 메세지.
문제가 발생하는 함수에 ''로 묶어주면 해결가능
140 if (defined(G5_TIMEZONE)) sql_query(" set time_zone = '".G5_TIMEZONE."'");
:
140 if (defined('G5_TIMEZONE')) sql_query(" set time_zone = '".G5_TIMEZONE."'");
:
등록된 댓글이 없습니다.