묻고답하기

안녕하세요 제로보드를 이용하여 게시판을 홈페이지에서 사용하고있습니다.

그런데 다음과 같이

Fatal error: Call to a member function on a non-object in/www/users/hicsl/html/zbxe/classes/module/ModuleHandler.class.php on line186

홈페이지에서 Fatal error가 발생하였습니다.

제가 홈페이지 관리의 초보라서 에러가 발생하였지만 어디가 잘못된건지 몰라서

이렇게 글을 올리게 됩니다.

참고로 홈페이지 주소는 hicsl.kw.ac.kr 입니다.

그리고 아래 보이는 소스에서

            // Get action information with conf/action.xml 
            $xml_info = $oModuleModel->getModuleActionXml($this->module);

이 부분이 185, 186 번째 줄입니다.

이 문제를 해결하실수 있으신분이 계신다면 답변 부탁드립니다.

감사합니다.






        /**
         * @brief get a module instance and execute an action
         * @return executed module instance
         **/
        function procModule() {
            // If error occurred while preparation, return a message instance
            if($this->error) {
                $oMessageView = &getView('message');
                $oMessageView->setError(-1);
                $oMessageView->setMessage($this->error);
                $oMessageView->dispMessage();
                return $oMessageView;
            }

            $oModuleModel = &getModel('module');

            // Get action information with conf/action.xml 
            $xml_info = $oModuleModel->getModuleActionXml($this->module);

            // If not installed yet, modify act 
            if($this->module=="install") {
                if(!$this->act || !$xml_info->action->{$this->act}) $this->act = $xml_info->default_index_act;
            } 

            // if act exists, find type of the action, if not use default index act
            if(!$this->act) $this->act = $xml_info->default_index_act;

            // still no act means error
            if(!$this->act) {
                $this->error = 'msg_module_is_not_exists';
                return;
            }

            // get type, kind
            $type = $xml_info->action->{$this->act}->type;
            $kind = strpos(strtolower($this->act),'admin')!==false?'admin':'';
            if(!$kind && $this->module == 'admin') $kind = 'admin';

            // create a module instance
            $oModule = &$this->getModuleInstance($this->module, $type, $kind);
            if(!is_object($oModule)) {
                $this->error = 'msg_module_is_not_exists';
                return;
            }

            $oModule->setAct($this->act);

            $this->module_info->module_type = $type;
            $oModule->setModuleInfo($this->module_info, $xml_info);

            // execute the action, and if failed, set error
            if(!$oModule->proc()) $this->error = $oModule->getMessage();

            return $oModule;
        }
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
comnet 배너박스에 그림말고 게시물이 나오게 하려면?? [3] 2014.07.02 by mAKEkr
안엉어웅넌223 모바일 게시판에서 이미지 사이즈 [2] 2014.07.02 by 안엉어웅넌223
poltwo 메일 인증 시스템 사용에 대한 문의입니다 file  
애니즌 github용량 제한은 없나요..? [9] 2014.07.01 by mAKEkr
여우~다야 class="xpress_xeditor_ui_lineHeight"어디서 변경할 수 있나요?  
OK바리 사이트 메뉴 구성 질문 [3] 2014.07.01 by OK바리
여우~다야 에디터에서 형식, 글꼴, 크기, 줄간격 칸이 왜 쳐져 있을까요? file  
qwqwwewe 맨 하단부분에 보안마크넣고싶은데요...방법좀 가르쳐주세요. [2] 2014.07.01 by qwqwwewe
나를도와줘 최근게시물에서 공지사항을 빼놓고 보여주는 방법부탁요  
나를도와줘 고수님들 두가지만 도와주세요.회원가입과 출력아이콘 문제입니다. [8] 2014.07.01 by 나를도와줘
시골81 ftp업로드가 안되요..ㅠㅠ db.config.php [1] 2014.07.01 by mAKEkr
키스미베이베 하나의 db로 두개의사이트 다른버전 가능합니까? [1] 2014.07.01 by KrteamENT
달다뤼 회원가입시 캡챠 오류 file  
그라모 관리자 접속시 다음과 같은 에러메시지 해결법은 뭔가요? [2] 2014.07.01 by 아날로그
최윤한 스케치북 모바일 레이아웃 다운고 적용해도 모바일 페이지 전환이 안됩니다. [2] 2014.07.01 by 최윤한
88번타자 로그분석(구매전환율)방법쫌 알려 주세요 [1] 2014.07.01 by AJKJ
glaalswl 제이쿼리 모바일 레이아웃 적용후 글등록이 안됩니다.  
자바천재1982 페이스북 질문 [12] 2014.07.01 by 당신이최고입니다
169..5cm 닉네임 글자수 제한이 안먹히는 경우  
putty 브라우저 제목 변경방법 질문입니다. [6] file 2014.07.01 by putty
꾸링 두개의 서버에서 하나의 MYSQL로 접속. [1] 2014.07.01 by prologos
ngosuper 서버 이전 후 최고 관리 권한을 가져야만 글쓰기가 등록됩니다.  
mosfet Fatal error 가 발생해서 질문드려요  
나를도와줘 최근게시물에 공지사항은 안나오게 하는 방법요?  
윤민정8549 sketchbook게시판에서 확장컴포넌트 이미지갤러리 사이즈조절안되요ㅠㅠ [1] 2014.07.01 by force99
dskurrkdfdr74 이런 게시판은 어떻게 설정해야하나요? [3] file 2014.07.01 by dskurrkdfdr74
lustri 제로보드 설치 후 관리자 모드 특정메뉴 에러 문제 제발 도움주세요!!! [1] 2014.07.01 by 이예지_○
JohnKang 갑자기 로그인과 회원가입 안됩니다. [2] 2014.07.01 by JohnKang
poltwo XE의 게시판만 출력하고 싶습니다 [2] 2014.07.01 by poltwo
안엉어웅넌223 이미지 클릭시 링크에 대해 알려주세요!