PHP & SQL

PHP

Warning: Use of undefined constant php - assumed 'php' 메세지

홍사훈     0건     18회

본문

 

Warning: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) in

 /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."'");

:

 

 

등록된 댓글이 없습니다.



Copyrightⓡ1996~2025, sahoon.com All Rights Reserved.