xml 파일 백업 받은 후 복원을 하려고 하는데
-----
Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 2 in /home/wbffasia/public_html/kr/wp-content/plugins/kboard/class/XML2Array.class.php on line 47
Fatal error: Uncaught exception 'Exception' with message '[XML2Array] Error parsing the XML string.' in /home/wbffasia/public_html/kr/wp-content/plugins/kboard/class/XML2Array.class.php:49 Stack trace: #0 /home/wbffasia/public_html/kr/wp-content/plugins/kboard/class/KBBackup.class.php(109): XML2Array::createArray('<br />n<b>Stric...') #1 /home/wbffasia/public_html/kr/wp-content/plugins/kboard/class/KBAdminController.class.php(66): KBBackup->importXml('/tmp/phpGUWntL') #2 [internal function]: KBAdminController->restore('') #3 /home/wbffasia/public_html/kr/wp-includes/plugin.php(525): call_user_func_array(Array, Array) #4 /home/wbffasia/public_html/kr/wp-admin/admin-post.php(69): do_action('admin_post_kboa...') #5 {main} thrown in /home/wbffasia/public_html/kr/wp-content/plugins/kboard/class/XML2Array.class.php on line 49
이렇게 에러가 뜹니다.. 어떻게 해야하나요ㅠㅠ
xml 파일을 전문 에디터로 열어서 xml 형식으로 되어있는지 확인해주세요~!
문서 내용 앞뒤에 이상한 문자열이 있는지 봐주세요.
사용하시는 에디터가 없으시면 https://notepad-plus-plus.org/ 이거 설치해서 해주세요.
Notepad++은 무료이며 한글을 지원합니다.
array 같은 텍스트로 시작하면 안되며 <kboard></kboard> 이러한 괄호로된 형식으로 되어있어야 합니다.
<br />
<b>Strict Standards</b>: Only variables should be passed by reference in <b>/home/wbffasia/public_html/kr/wp-content/plugins/kboard/helper/Functions.helper.php</b> on line <b>129</b><br />
<?xml version="1.0" encoding="UTF-8"?>
<kboard>
<kboard_board_attached>
<data>
<uid><![CDATA[2]]></uid>
<content_uid><![CDATA[107]]></content_uid>
<file_key><![CDATA[file1]]></file_key>
<date><![CDATA[20160215144550]]></date>
<file_path><![CDATA[/wp-content/uploads/kboard_attached/1/201602/56c1660ed13fe9725626.jpg]]></file_path>
<file_name><![CDATA[11407124_834564063297862_2661295586615456576_n.jpg]]></file_name>
</data>
에디트 플러스로 맨위에부터 한가지 데이터만 복붙했습니다.
이렇게 되어있는데 뭐때문일까요 ..
우선 아래 내용을 완전히 지워주세요.
<br />
<b>Strict Standards</b>: Only variables should be passed by reference in <b>/home/wbffasia/public_html/kr/wp-content/plugins/kboard/helper/Functions.helper.php</b> on line <b>129</b><br />
윗 내용 지워주시고 xml 문서가 아래 문자로 시작하게 해주세요.
<kboard>
<kboard_board_attached>