디버깅 로그를 살펴봤는데
메뉴 출력기 위젯 관련 다음 문구가 뜨더군요...
뭐가 문제인걸까요
PHP Errors and Warnings | |
======================= | |
01. Warning: Creating default object from empty value | |
- widgets/xe_navigator/xe_navigator.class.php line 55 | |
- modules/widget/widget.controller.php line 391 | |
- modules/widget/widget.controller.php line 472 | |
- modules/widget/widget.controller.php line 289 | |
- line 0 | |
- modules/widget/widget.controller.php line 267 | |
- modules/widget/widget.controller.php line 250 | |
- classes/module/ModuleHandler.class.php line 1280 | |
- classes/display/DisplayHandler.class.php line 63 | |
- classes/module/ModuleHandler.class.php line 1107 | |
- index.php line 53 |
해당 부분이 선언되어있지 않아 문제가 되는 것입니다.
해당 오류가 있는 항목 위에 해당 변수에 stdClass 를 선언해보세요.