글쓰기가 안되서 질문좀 ...

글쓰기 버튼을 누르면 

PHP Warning:  Creating default object from empty value in /usr/local/wordpress/wp-content/plugins/kboard/Content.class.php on line 39

뜨고

내용을 적고 글저장을 누르면

PHP Warning:  Creating default object from empty value in /usr/local/wordpress/wp-content/plugins/kboard/Content.class.php on line 39

뜨고 저장도안되고 목록에도 안나옵니다 ;ㅇ; 

function __construct($board_id=''){

if($board_id) $this->setBoardID($board_id);

$this->row = new stdClass();

$this->next = $_POST['next'];

}

말씀해주신대로 적었는데 똑같이 발생하구

대신 에러가 발생하는쪽에

  public function __set($name, $value){
                   $this->row = new stdClass();
                      $this->row->{$name} = $value;
              }

적었더니 위의 메세지는 뜨지 않지만 똑같이 등록이 안되서 질문남겨봅니다 :D

워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요