Undefined constant "G5_SEO_TITEL_WORD_CUT"
본문
별로 손댄게 없는것 같은데, 게시판 글쓰기가 안됩니다.
에러 페이지가 bbs/write_update.php 입니다.
http error 500 에러가 떠서 상단에
error_reporting( E_ERROR | E_PARSE );
ini_set('display_errors', '1');
넣었더니 아래와 같이 에러메세지가 바뀌었습니다.
Fatal error: Uncaught Error: Undefined constant "G5_SEO_TITEL_WORD_CUT" in /gnb/lib/uri.lib.php:196 Stack trace: #0 /gnb/bbs/write_update.php(224): generate_seo_title('testaaaaaaaa') #1 {main} thrown in /gnb/lib/uri.lib.php on line 196
글수정하고 보내면 위 에러 뜨면서 안되요.
G5_SEO_TITEL_WORD_CUT 란 단어는 bbs/write_update.php 나 lib/uri.lib.php 에서도 없습니다.
G5_SEO_TITLE_WORD_CUT 로 두 파일다 title 철자가 맞게 되있어요.
서버환경이
UTF-8 (PHP8.2, mariadb-10.x)
이구요, 그누보드5 버전인걸로 알고있습니다. 상세버전은 모르겠어요.
다운받았던 폴더 속성보니 2021년 8월로 되있습니다.
답변 1
G5_SEO_TITEL_WORD_CUT 상수는 G54버전 이상의 /config.php 파일에 정의되어 있는 파일입니다.
/config.php 파일이 누락되었거나 G53이하의 스킨이 적용된 게 아닌지 체크해 보세요.