Q&A

CMS/프레임워크 Rhymix 2.0
개발 언어 PHP 8.0

667518d02e1553b867dd0491cf2d7944.png

 

컨텐츠 위젯에서 오류가 납니다 ㅜㅜ

 

    $content_items = array();

        if(!count($output)) return;  //여기서 오류가 납니다

        foreach($output as $key => $oComment)
        {
            $oDocument = getModel('document')->getDocument($oComment->get('document_srl'), false, false);
            if(!$oDocument->isExists() || $oDocument->isSecret() && $args->show_secret != 'Y')
            {
                continue;
            }

 

라이믹스 디벨롭 버전으로 3일전에 덮어 씌웠구요. 어제 해당 파일만 또 덮어봤는데 계속 오류가 납니다 ㅜㅜ

 

 

다라라란 Lv. 3

댓글 8