Errors (1958)
업데이트 후 디버그를 보니 에러가 2000개정도 생겼습니다.
당장 사용하는데 지장은 없지만 이 부분을 스스로 해결해 나가며 공부를 하고싶습니다.
어떻게 해야 혼자 공부하며 고칠 수 있을까요?? 예를 들어, 어떤 사이트에 가면 메뉴얼이 있다거나
최신 책을 구매해서 봐야한다거나. 소프트웨어 프로그램에서 디버그를 잡는방법으로 한다거나
등등. 힌트 또는 의견을 남겨주시면 감사하겠습니다.
01. Notice: Undefined index: __timeline__
modules/timeline/timeline.model.php:156
modules/timeline/timeline.controller.php:271
classes/module/ModuleHandler.class.php:1351
classes/module/ModuleHandler.class.php:102
index.php:59
02. Notice: Trying to access array offset on value of type null
modules/timeline/timeline.model.php:156 (×2)
modules/timeline/timeline.controller.php:271
classes/module/ModuleHandler.class.php:1351
classes/module/ModuleHandler.class.php:102
index.php:59
03. Notice: Only variables should be assigned by reference
addons/member_pointsend/member_pointsend.addon.php:15 (×4)
files/cache/addons/pc.php:188
classes/module/ModuleHandler.class.php:108
index.php:59
04. Notice: Undefined variable: addon_path
addons/member_pointsend/member_pointsend.addon.php:37
files/cache/addons/pc.php:188
classes/module/ModuleHandler.class.php:108
index.php:59
05. Notice: Only variables should be assigned by reference
addons/member_pointsend/member_pointsend.addon.php:40
files/cache/addons/pc.php:188
classes/module/ModuleHandler.class.php:108
index.php:59
06. Notice: Undefined index: is_attended
modules/attendance/attendance.controller.php:707
classes/module/ModuleHandler.class.php:1351
classes/module/ModuleHandler.class.php:300
index.php:60
$timeline_info = $GLOBALS['__timeline__']['timeline_info'][$hash_id];
코드를
if(isset($GLOBALS['__timeline__'])) $timeline_info = $GLOBALS['__timeline__']['timeline_info'][$hash_id];
이렇게 바꾸면 첫번째 에러가 고쳐지는지 봐주시고, 6번째 출석부에러는 제쪽에서 확인후 오류고쳐두겠습니다.