묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
이 에러는 무엇을 말하는 걸까요?
2013.07.15 12:45
<에러문>
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /www/abc.godohosting.com/files/cache/template_compiled/cfe87eee10110a79ee3ea32274f0056c.compiled.php on line 55
<해당 55라인>
<?php if(!in_array(secret,$__Context->mi->wrt_opt)){ ?><input type="radio" name="status" value="<?php echo $__Context->key ?>" id="<?php echo $__Context->key ?>"<?php if($__Context->oDocument->get('status')==$__Context->key || ($__Context->key=='PUBLIC' && !$__Context->document_srl)){ ?> checked="checked"<?php } ?> /><?php } ?>
*방명록게시판에서 이런 에러문이 나옵니다.
해결법을 알 수있을까요?
부탁드려봅니다.
*임시방편으로나마 해당문구를 삭제함으로써 해결되었습니다.
검색하니 그렇게라도 하라고 하네요.
우선 캐쉬 재생성 관리자 초기화 등등을 다 해보시길 바래요