1.
Error #0 "Undefined constant "printer"" in D:\xampp\htdocs\rx\files\cache\template\modules\board\skins\wr_planner\_header.html.php on line 16
D:\xampp\htdocs\rx\common\framework\debug.php:681
해결방법 : printer, big_size 를 따옴표로 묶는다
2.
Error #0 "Non-static method planner123_main::fn_install_extra_keys() cannot be called statically" in D:\xampp\htdocs\rx\files\cache\template\modules\board\skins\xe_official_planner123_eond\_get_schedule.html.php on line 32
D:\xampp\htdocs\rx\common\framework\debug.php:681
해결방법 : public static 이라고 함수명 앞에 붙여준다.