이 글을 쓰고 나서 느낀 교훈 : 오래된 위젯은 버리자! 서버 오류 Error #0 "Call to a member function attributes() on bool" in modules/widget/widget.controller.php on line 278 https://eond.com/home_old 위 페이지에 접근하려니 위와 같은 오류가 발생합니다. 아마도 위젯 문제이지 않을까 하네요. modules/widget/widget.controller.php 278라인 foreach ($xml->img ?... 더보기
본 글은 XE공식홈페이지 웹마스터팁 게시판에 올려진 고니고니님의 글을 가져왔습니다. 원글 : https://www.xpressengine.com/tip/22995136 member module update, 멤버 모듈 업데이트, 업데이트가 계속 나오는 경우XE 1.4.5 -> 1.8.1로 업데이트 시, 회원 모듈 업데이트가 계속 나오는 경우가 있습니다. member 모듈 업데이트를 눌러도 업데이트가 되지 않는 점이지요. 계속 검... 더보기
<?php /** * @class member_group * @author zero (zero@nzeo.com) * @brief 특정 그룹의 대상자를 출력하는 위젯. * @version 0.1 **/ class member_group extends WidgetHandler { /** * @brief 위젯의 실행 부분 * * ./widgets/위젯/conf/info.xml 에 선언한 extra_vars를 args로 받는다 * 결과를 만든후 print가 아니라 return 해주어야 한다 **/ function proc($args) { //... 더보기