묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
Contact us 모듈 비회원 글쓰기
2012.02.16 19:36
송동우님께서
http://www.xpressengine.com/index.php?document_srl=20361071
에 올려주신 팁을 적용했는데
오류만 나네요 ㅠㅠ
아무래도 최신버젼으로 오면서 바뀐 점이 있는 것 같은데
어떻게 해야 contact us 모듈에서 비회원이 글쓰기가 가능하도록 만들 수 있을까요?
댓글 2
-
송동우
2012.02.16 20:34
-
카메론다이아몬드
2012.02.16 21:20
이런 오류가 납니다. Warning: trim() expects parameter 1 to be string, array given in C:\NGXMP\www\modules\contact\contact.controller.php on line 45 Warning: Cannot modify header information - headers already sent by (output started at C:\NGXMP\www\modules\contact\contact.controller.php:45) in C:\NGXMP\www\modules\contact\contact.controller.php on line 120 Warning: Cannot modify header information - headers already sent by (output started at C:\NGXMP\www\modules\contact\contact.controller.php:45) in C:\NGXMP\www\classes\display\DisplayHandler.class.php on line 62 Warning: Cannot modify header information - headers already sent by (output started at C:\NGXMP\www\modules\contact\contact.controller.php:45) in C:\NGXMP\www\classes\display\DisplayHandler.class.php on line 240 Warning: Cannot modify header information - headers already sent by (output started at C:\NGXMP\www\modules\contact\contact.controller.php:45) in C:\NGXMP\www\classes\display\DisplayHandler.class.php on line 241 Warning: Cannot modify header information - headers already sent by (output started at C:\NGXMP\www\modules\contact\contact.controller.php:45) in C:\NGXMP\www\classes\display\DisplayHandler.class.php on line 242 Warning: Cannot modify header information - headers already sent by (output started at C:\NGXMP\www\modules\contact\contact.controller.php:45) in C:\NGXMP\www\classes\display\DisplayHandler.class.php on line 243 Warning: Cannot modify header information - headers already sent by (output started at C:\NGXMP\www\modules\contact\contact.controller.php:45) in C:\NGXMP\www\classes\display\DisplayHandler.class.php on line 244 Warning: Cannot modify header information - headers already sent by (output started at C:\NGXMP\www\modules\contact\contact.controller.php:45) in C:\NGXMP\www\classes\display\DisplayHandler.class.php on line 245 Warning: Cannot modify header information - headers already sent by (output started at C:\NGXMP\www\modules\contact\contact.controller.php:45) in C:\NGXMP\www\classes\display\DisplayHandler.class.php on line 77 Warning: Cannot modify header information - headers already sent by (output started at C:\NGXMP\www\modules\contact\contact.controller.php:45) in C:\NGXMP\www\classes\display\DisplayHandler.class.php on line 77 -
카메론다이아몬드
2012.02.16 21:21
case 'member' : if(!$is_logged&&$module_info->mid!='contact') $this->stop('msg_not_permitted_act'); break; 이 부분을 송동우님이 알려주신대로 수정했는데 저런 오류가 나오네요 -
CMD
2012.02.16 20:51
저장하실 때 메모장으로 하지 마시고 전문 에디터로 "UTF-8 BOM없음"으로 하면 되어요~
-
카메론다이아몬드
2012.02.16 21:21
메모장이 아닌 울트라에딧으로 하였습니다 ㅠㅠ
이상없는 것 같은데요......
무엇을 어떻게 적용했는지 모르겠지만
적용한 내용을 자세히 설명하면
어디에서 문제가 있는지를 찾는데 도움이 될 겁니다.