글쓰기 버튼을 누르면
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
문제가 생기는 원인은 너무 다양해서 직접 엔지니어게 테스트하지 않으면 파악하기가 매우 힘듭니다.
http://www.cosmosfarm.com/threads/document/350
위 글을 참고해보세요.