(this will throw an Error in a future version of PHP) 해결법 아시는분 있나요? 채택완료
riggive
4년 전
조회 2,573
https://sir.kr/g5_tip/11861#c_17229
이거대로 게시판을 수정했는데 다 좋은데
게시판 상단에
Warning: Use of undefined constant mb_id - assumed 'mb_id' (this will throw an Error in a future version of PHP) in /www_root/bbs/list.php on line 65
Warning: Use of undefined constant mb_id - assumed 'mb_id' (this will throw an Error in a future version of PHP) in /www_root/bbs/list.php on line 192
이런식으로 뜨는데 해결방법이 있나요?
이런식으로 변경하라는데
수정전:
define(__INCLUDE_CONFIG_PHP,"TRUE");
수정후:
define('__INCLUDE_CONFIG_PHP',"TRUE");
무슨 뜻인지를 몰르겠네요...
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인