#이슈2 2개의 스레드 ✕ 해제
이온디
이온디 3년 전
#이슈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 디렉토리에 압축파일 등이 있다면 모두 다른 디렉토리로 이동… #이슈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'); 를 주석처리
이온디
이온디 3년 전
윈도우에서 xampp의 mysql 에러는 정말 너무 지긋지긋하네요. 결국 고치는 걸 포기하고 다른 프로그램으로 갈아탑니다. wnmp 다운로드 https://sourceforge.net/projects/wnmp-env/ wnmp 설치방법 https://niceman.tistory.com/135 윈도우 apm과 다른 프로그램 https://godpeople.or.kr/board/3351344 1) gd 설치 D:\Wnmp\php-bins\default\php.ini extension=g… 윈도우에서 xampp의 mysql 에러는 정말 너무 지긋지긋하네요. 결국 고치는 걸 포기하고 다른 프로그램으로 갈아탑니다. wnmp 다운로드 https://sourceforge.net/projects/wnmp-env/ wnmp 설치방법 https://niceman.tistory.com/135 윈도우 apm과 다른 프로그램 https://godpeople.or.kr/board/3351344 1) gd 설치 D:\Wnmp\php-bins\default\php.ini extension=gd 부분 주석 처리된 걸 주석처리를 제거합니다. 2) wnmp 를 Stop All 한 후에 다시 Start All 해줍니다. #이슈2 PHP Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 23619752 bytes) in D:\Wnmp\nginx-bins\default\www\rx\classes\display\DisplayHandler.class.php on line 272 D:\Wnmp\nginx-bins\default\www\rx\common\framework\debug.php:681 > php.ini 에서 memory_limit 을 512MB로 수정 후, php를 재시작해준다. #이슈3. rewrite 설정 1) rhymix.conf 파일을 d:\wnmp\nginx-bins\default\conf\snippets\rhymix.conf 위치에 작성한다. https://github.com/rhymix/rhymix/blob/master/common/manual/server_config/rhymix-nginx.conf 해당 파일에서 맨 아래는 주석처리한다. 2) nginx.conf 파일에서 location / 위치에는 try_files $uri $uri/ /rx/index.php$is_args$args; 를 추가한다. /rx/는 본인이 사용하는 라이믹스 설치 디렉토리를 입력한다.