여기 내 워드 프레스 사이트워드 프레스 PHP 경고 : simplexml_load_file()
[03-Sep-2017 10:12:36 UTC] PHP Warning: simplexml_load_file(): in /home/syriacar/public_html/syria-cart.com/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 53
에서 다음과 같은 오류에 직면하고있어이
foreach ($plugins as $plugin) {
if (file_exists($file = WP_PLUGIN_DIR . '/' . dirname($plugin) . '/wpml-config.xml') && false !== $xml = simplexml_load_file($file)) {
$this->xmls[ dirname($plugin) ] = $xml;
}
}
'wpml-config.xml' 파일의 내용을 게시 할 수 있습니까? – Matthew
는 여기있다 : \t <사용자 지정 유형> \t \t <사용자 정의 형 번역 = "1"> \t 사용자 정의 유형> \t \t \t <키 이름 프로젝트 사용자 정의 형> = "mh_mharty"> \t \t \t <키 이름 = "mharty_date_format"/> \t \t \t <키 이름 = "mharty_seo_home_titletext"/> \t \t \t <키 이름 = "MH arty_seo_home_descriptiontext "/> \t \t \t <키 이름 ="mharty_seo_home_keywordstext "/> \t \t \t 관리자 - 텍스트> wpml-설정> –