#이슈1
Error #0 "Call to a member function checkUpdate() on null" in D:\Wnmp\nginx-bins\default\www\rx\modules\install\install.controller.php on line 476
https://github.com/rhymix/rhymix/issues/1921
1. 깃헙에서 develop 버전으로 설치하세요
2. modules 디렉토리에 압축파일 등이 있다면 모두 다른 디렉토리로 이동시켜주세요.
#이슈2
TypeError #0 "method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given" in D:\Wnmp\nginx-bins\default\www\rx\modules\install\install.controller.php on line 567
> Kin_Works 디렉토리 이동함
#이슈3
Error #0 "Attempt to assign property "isx_usee" on null" in D:\Wnmp\nginx-bins\default\www\rx\modules\isx\isx.class.php on line 17
> isx 모듈 디렉토리 이동함
참고.
카르마님의 ISX ( 통합검색확장모듈 ) 을 사용하고 있는 경우..
확장기능을 다른 모듈에서 사용하고 있다고 하면서 사용불가하다고 메세지가 뜨는 경우 해결법
ISX 가 설치가 안 되는 경우 (확장기능을 다른 모듈에서 사용하고 있다고 하는 경우)
1) DB 에서 module_extend 테이블에서 integration_search 를 기반으로 하는 값이 있으면 전부 삭제할것..
2) files/config/module_extend.php 파일에서 intergration_search 기반으로 하는 값은 삭제
3) 혹시 누리고의 store_search 모듈을 사용하고 있는 경우라면 1), 2) 조치 후에
isx.admin.controller.php 파일에서
procIsxAdminInsertConfig 함수에서,
if(in_array('store_search',$moduleslist)) return new Object(-1, 'msg_unabel_to_setup'); 를 주석처리