안녕하세요. 상수 정의가 안되었다고 에러가 발생합니다.
PHP Exception: Error #0 "Undefined constant "crop"" in
<span class="list_icon2 secret" cond="$document->isSecret()">
$document->isSecret()
PHP Exception: Error #0 "Undefined constant "voted_count"" in modules/board/skins/paper_board/_read.html on line 938
실제 938 가면 다른코드고 voted_count 가사용되는 코드는 아래 코드입니다.
<!--@if($_use_vote_cancel)-->
<button class="bt_vote vote_area<!--@if($_voted_atc)--> submitted<!--@end-->" type="button" onclick="insertWarn('이미 비추천한 게시물입니다.')"|cond="!$_voted_atc" onclick="doVoteCancel('{$oDocument->document_srl}','vote',{$oDocument->get(voted_count)},{-$oDocument->get(blamed_count)},this);return false;"|cond="$_voted_atc"><!--@if($mi->vote_text)-->{$mi->vote_text}<!--@else--><i class="far fa-thumbs-up"></i><!--@end--><span class="voted_count txt_en">{$oDocument->get('voted_count')}</span></button>
<!--@else-->
<button class="bt_vote vote_area<!--@if($_voted_atc)--> submitted<!--@end-->" type="button" onclick="<!--@if($_voted_atc)-->insertWarn('이미 추천한 게시물입니다.')<!--@else-->insertWarn('이미 비추천한 게시물입니다.');<!--@end-->"><!--@if($mi->vote_text)-->{$mi->vote_text}<!--@else--><i class="far fa-thumbs-up"></i><!--@end--><span class="voted_count txt_en">{$oDocument->get('voted_count')}</span></button>
게시판 스킨을 이용 중입니다.
계속 상수가 정의 안되었다고 에러가 나는데 좋은 해결 방법이 있을까요?
막무가내 질문 죄송합니다. ㅠㅠ
두번째 중간에 $oDocument->get(voted_count) 이렇게 되어잇는거 $oDocument->get('voted_count')
이렇게 따옴표를 쌓여주세요. 이미 쌍따옴표나 따옴표가 있는 곳은 제외