묻고답하기

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

그런데 다음과 같이

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설치중에 퍼미션 문제가 발생합니다. [3] 2015.04.18 by 흔한닉네임
멍멍이호스팅 1.8.x 버전 메일발송문제... [1] 2015.04.18 by socialskyo
맥쿼드 외부 페이지로 블로그를 불러 왔는데요.. [5] file 2015.04.18 by XESTUDIO
똥꼬똥침 모바일에서 이미지 추가 글 올리면 소스 코드가...  
XESTUDIO Infinite scroll XE에서 구현하기 [2] 2015.04.18 by XESTUDIO
멍멍이호스팅 1.8.x 버전의 PHP버전질문 [1] 2015.04.18 by AJKJ
나랐말싸미 이 추천/비추천 스킨 무슨 스킨인가요 [1] file 2015.04.18 by 닉이
키스미베이베 도움구합니다 ㅜㅜ 도와주세요 [2] file 2015.04.18 by 키스미베이베
T3RR3T html코드로 이미지삽입시 [4] 2015.04.18 by T3RR3T
가르송 속도저하의 원인을 찾았는데요../ [2] 2015.04.18 by 가르송
마래바 1.8 업데이트 이후 게시글을 수정하면 복제가 되어 버리는데요 [5] 2015.04.18 by hasso
T3RR3T 게시판 섬네일 [2] 2015.04.18 by T3RR3T
다넷사 가입한 회원의 애드센스를 게시물에 보여주려면 어떡해야하나요? [2] file 2015.04.17 by 다넷사
XESTUDIO 페이스북 처럼 ajax 로 게시물 출력하기 [3] 2015.04.17 by socialskyo
socialskyo 관리자 화면에서 간단보기가 아니라 상세보기를 기본으로 변경 불가능 한가요?  
newi 게시판 분류 설정 따로 있나요?? [1] 2015.04.17 by 로이조52
hasso 스케치북 공지 오류 file  
miso77 모바일 페이지를 사용하지 않고싶습니다.급합니다.. [1] 2015.04.17 by 키스미베이베
revivalgeneration 도와주세요 ㅠㅠㅠ [노프레임 홈페이지]  
맑고향기롭게5f0cc 제로보드4 에서 XE 1.8로 이전 [1] 2015.04.17 by 로이조52