묻고답하기

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

그런데 다음과 같이

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 남기남
XE모듈 절 구해주실분 계신가요..디도스 초당 400MB.. [1] 2015.04.19 by mAKEkr
T3RR3T 꼭좀도와주세요.. ㅜㅜ [1] 2015.04.19 by mAKEkr
필드테스터 XEDITION 게시판 상단의 이미지 교체 [2] file 2015.04.19 by mAKEkr
seedlee 사이트맵별로 기본언어 지정에 관하여... [1] 2015.04.18 by ehii
피아노트 안녕하세요. XEDITION 스킨 질문이 있습니다. [2] file 2015.04.18 by 피아노트
ㅊㄷㄱ 글의 일부만 볼수있고 일부는 댓글을 달아야 볼 수 있는 기능이 구현가능할까요? [4] 2015.04.18 by ㅊㄷㄱ
김학재 홈페이지가 한번에 접속이 안되는 이유는 뭘까요?? [2] 2015.04.18 by 로이조52
XESTUDIO 가입하는 회원마다 정보창안에 게시판 부여하는 방법 [2] 2015.04.18 by 닉이
오락실주인 크롬 문의 ( 윈도우미디어 ) 안나와요 ㅠ [4] file 2015.04.18 by 오락실주인
XESTUDIO 무한 스크롤 도움주실분 (xe php 데이터베이스 연동방법) [2] 2015.04.18 by XESTUDIO
flowerrain 태그 입력을 필수로 할 수 있나요? [2] 2015.04.18 by flowerrain
XESTUDIO XE 친구추가, 친구승낙 기능 추가하기 [3] 2015.04.18 by GXCode
jhee 게시판형식의 서브페이지 수정 [2] 2015.04.18 by jhee
욧쉬~ 에디터내 html문서 불러올 수 없나요? [3] 2015.04.18 by 욧쉬~
이준행935 최신글 위젯에 각 게시판에서 지정한 갯수만큼 뽑아오기. 도움구합니다 ㅠㅠ 소정의 사례도ㅠㅠ [1] 2015.04.18 by sejin7940
나랐말싸미 풋터 하단 여백문제 [6] file 2015.04.18 by DoorWeb
흔한닉네임 개인서버를 구축해서 XE설치중에 퍼미션 문제가 발생합니다. [3] 2015.04.18 by 흔한닉네임
멍멍이호스팅 1.8.x 버전 메일발송문제... [1] 2015.04.18 by socialskyo
맥쿼드 외부 페이지로 블로그를 불러 왔는데요.. [5] file 2015.04.18 by XESTUDIO
똥꼬똥침 모바일에서 이미지 추가 글 올리면 소스 코드가...