카카오맵을 게시판뷰페이지에 넣는 과정 오류질문입니다. 채택완료
장미란
5년 전
조회 2,562
아래처럼 오류가 발생하는데요 어떻게 해야될까요?
고수님들 조언 좀 부탁드립니다.
경고 : 정의되지 않은 상수 wr_8 사용-/host/home1/html/theme/a01/skin/board/product_01/write.skin.php에서 'wr_8'(이는 PHP의 향후 버전에서 오류 발생)으로 가정 8 행
경고 : 정의되지 않은 상수 wr_8 사용-/host/home1/html/theme/a01/skin/board/product_01/write.skin.php에서 'wr_8'(이는 PHP의 향후 버전에서 오류 발생)으로 가정 8 행
경고 : 정의되지 않은 상수 wr_9 사용-/host/home1/html/theme/a01/skin/board/product_01/write.skin.php에서 'wr_9'(이는 PHP의 향후 버전에서 오류 발생)로 가정 9 행
경고 : 정의되지 않은 상수 wr_9 사용-/host/home1/html/theme/a01/skin/board/product_01/write.skin.php에서 'wr_9'(이는 PHP의 향후 버전에서 오류 발생)로 가정 9 행
경고 : 정의되지 않은 상수 wr_8 사용-/host/home1/html/theme/a01/skin/board/product_01/write.skin.php에서 'wr_8'(이는 PHP의 향후 버전에서 오류 발생)으로 가정 11 행
37.566400714093,
경고 : 정의되지 않은 상수 wr_9 사용-/host/home1/html/theme/a01/skin/board/product_01/write.skin.php에서 'wr_9'(이는 PHP의 향후 버전에서 오류 발생)로 가정 11 행
126.97853918975
경고 : 정의되지 않은 상수 wr_8 사용-/host/home1/html/theme/a01/skin/board/product_01/write.skin.php에서 'wr_8'(이는 PHP의 향후 버전에서 오류 발생)으로 가정 8 행
경고 : 정의되지 않은 상수 wr_9 사용-/host/home1/html/theme/a01/skin/board/product_01/write.skin.php에서 'wr_9'(이는 PHP의 향후 버전에서 오류 발생)로 가정 9 행
경고 : 정의되지 않은 상수 wr_9 사용-/host/home1/html/theme/a01/skin/board/product_01/write.skin.php에서 'wr_9'(이는 PHP의 향후 버전에서 오류 발생)로 가정 9 행
경고 : 정의되지 않은 상수 wr_8 사용-/host/home1/html/theme/a01/skin/board/product_01/write.skin.php에서 'wr_8'(이는 PHP의 향후 버전에서 오류 발생)으로 가정 11 행
37.566400714093,
경고 : 정의되지 않은 상수 wr_9 사용-/host/home1/html/theme/a01/skin/board/product_01/write.skin.php에서 'wr_9'(이는 PHP의 향후 버전에서 오류 발생)로 가정 11 행
126.97853918975
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
채택된 답변
+20 포인트
5년 전
따옴표를 빼고 배열 키를 사용한듯합니다.
</p>
<p>$write[wr_8]</p>
<p>$write[wr_9]</p>
<p>// 위와 같이 되어있다면 아래와 같이 고치세요</p>
<p>$write['wr_8']</p>
<p>$write['wr_9']</p>
<p>
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
장미란
5년 전
안되네요 "동하아빠님 감사합니다"
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인