제목 | [해결]윈도우(iis)에서 호스팅으로 변경후 세션문제? | ||
---|---|---|---|
글쓴이 | 나그네새 | 작성시각 | 2013/04/12 11:17:52 |
|
|||
윈도우2008 iis7 에서 잘돌아가는 소스를 호스팅업체로 옮겼는데 다른쪽 페이지보기나 디비연동? 잘되는거 같은데 Tank_auth 사용하는 인증쪽에서 A PHP Error was encounteredSeverity: Warning Message: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/micaz31/www/application/controllers/auth.php:1) Filename: libraries/MY_Session.php Line Number: 141 A PHP Error was encounteredSeverity: Warning Message: Cannot modify header information - headers already sent by (output started at /home/micaz31/www/application/controllers/auth.php:1) Filename: helpers/url_helper.php Line Number: 546 요렇게 떠서 그러나, session_start() 또는 header()를 php의 첫 줄에 넣어도 에러가 뜰 경우 PHP.INI 파일에서 output_buffering을 On으로 바꾼 후 아파치를 재시작하라. output_buffering = On 빈화일만들어서 <? session_start() ?>요렇게 하니 이상이 없네요 도움주실분 계시나요? ㅠㅠ 참고로 우비호스팅 입니다. -------------------------------------------------------------------------------------------------------- 죄송하네요 수정된 화일의 UTF8포맷 앞단에 먼가 걸려있었나 봅니다. (헥사로 봐도 틀려보이지 않던데...) 수정했던 화일들 전부 재업로드하니 잘돼네요 ㅡㅡ; |
|||
다음글 | 정말 알수 없는 현상... (5) | ||
이전글 | 서버이전을 하게 될 경우 (2) | ||
없음 |