오류내용
1. Error #0 "Attempt to assign property "member_menu_name" on null" in modules/pointhistory/pointhistory.class.php on line 199 객체를 먼저 선언하지 않고 속성을 추가하려 하고 있습니다. 오래된 자료에서 종종 사용하던 코딩 방식이나 최근 PHP에서는 허용되지 않으니, 에러 메시지에 포함된 파일명과 줄 번호를 참고하여 수정하세요. modules/pointhistory/pointhistory.class.php:199
수정방법
$config = getModel('module')->getModuleConfig('pointhistory'); if (!$config) $config = new stdClass();
설명
pointhistory.class.php 199라인 윗쪽에 if(!$config) $config = new stdClass() 부분을 추가해주시면 됩니다.
전체를 새로 다운받기 위해서는 아래 자료를 다운받아주세요.
https://github.com/Waterticket/rx-module-pointhistory