1. 정확한 제품 또는 플러그인 이름
aks-one 게시판 스킨
2. 상세 내용
aks-one 게시판 스킨을 설치했으나 아래 첨부사진과 같이 깨지는 오류가 발생합니다. ㅜㅠ
케이보드 외에 나머지 플러그인은 비활성화한 상태인데도 계속 오류가 해결되지 않네요 ㅜㅠ
https://drive.google.com/file/d/1rPFHlnxs5v-JjiuBWS1dF9Am4-u2IaEW/view?usp=sharing
3. 확인 가능한 상세 페이지 주소
https://terapixel.monster/
4. 수정한 코드 내역 (있다면)
사용하는 테마 : astra 테마 무료
Functions.php
//코스모스팜 답변
add_action('kboard_document_insert', 'my_kboard_document_insert', 10, 4);
function my_kboard_document_insert($content_uid, $board_id, $content, $board){
if($board->isAdmin() && $board->id == '3'){ // 실제 게시판 id로 적용해주세요.
$parent_uid = $content->parent_uid;
if($parent_uid){
$parent = new KBcontent();
$parent->initWithUID($parent_uid);
$parent->category2 = '답변완료';
$parent->updateContent();
}
}
}
안녕하세요~^^
에러 메세지를 확인해 보셨을까요?
올려주신 내용만으로는 원인을 파악하기 어렵기 때문에
워드프레스에서 에러 혹은 알 수 없는 문제가 있을 때 대응 방법을 참고하셔서
에러 메시지나 충돌이 있는지 점검해보시고 에러메세지가 나오면 남겨주시겠어요?
고맙습니다.
Deprecated: Return type of HTMLPurifier_PropertyListIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/710377.cloudwaysapps.com/bwnbhnunhn/public_html/wp-content/plugins/kboard/htmlpurifier/HTMLPurifier.standalone.php on line 8323
Deprecated: Return type of HTMLPurifier_StringHash::offsetGet($index) should either be compatible with ArrayObject::offsetGet(mixed $key): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/710377.cloudwaysapps.com/bwnbhnunhn/public_html/wp-content/plugins/kboard/htmlpurifier/HTMLPurifier.standalone.php on line 8441
오류 코드 남겨드립니다.