테스트 사이트 - 개발 중인 베타 버전입니다

Warning: DOMDocument::loadXML() [domdocument.loadxml]: Space required after the Public Identifier in Entity, line: 채택완료

네옹 10년 전 조회 3,592

안녕하세요. 일반 php 페이지에서 xml을 불러오려고 하는 데 에러가 나서 작업이 진행이 안돼고 있어서 질문드립니다.

테스트 할 때 A 사이트에서는 실행완료하고 에러도 없었으나 B사에트에서 오늘 작업을 처음 시작하였는데

시작부터 난항이네요.

구글검색을 2시간정도 했는데 해결책을 찾지못해 질문드립니다.

비슷한 답변으로는 서버에서 설정해주거나 .htaccess 파일을 하라는거같긴한데 자세한방법을 모르겠네요.

Warning: DOMDocument::loadXML() [http://daehanchi.org/member/domdocument.loadxml">domdocument.loadxml]: Space required after the Public Identifier in Entity, line:

Warning: DOMDocument::loadXML() [http://daehanchi.org/member/domdocument.loadxml">domdocument.loadxml]: Opening and ending tag mismatch: META line 3 and HEAD in Entity, line

Warning: DOMDocument::loadXML() [http://daehanchi.org/member/domdocument.loadxml">domdocument.loadxml]: Opening and ending tag mismatch: hr line 5 and BODY in Entity, line

Warning: DOMDocument::loadXML() [http://daehanchi.org/member/domdocument.loadxml">domdocument.loadxml]: Opening and ending tag mismatch: BODY line 4 and HTML in Entity, line

Warning: DOMDocument::loadXML() [http://daehanchi.org/member/domdocument.loadxml">domdocument.loadxml]: Premature end of data in tag HEAD line 2 in Entity, line

Warning: DOMDocument::loadXML() [http://daehanchi.org/member/domdocument.loadxml">domdocument.loadxml]: Premature end of data in tag HTML line 2 in Entity, line

일부 소스

  $ch = curl_init();   curl_setopt($ch, CURLOPT_HEADER   , FALSE);   $response = curl_exec($ch);   curl_close($ch);   

 

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트
스누피 써보세요
로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인