如果上傳後畫面變成空間是因為 server 沒有安裝 php-xml,所以無法處理上傳後的 xml 檔案。
查詢
php -m|grep xml
安裝後重啟 apache
yum -y install php-xml service httpd restart
再重新上傳一次 xml 檔案就可以了
如果上傳後畫面變成空間是因為 server 沒有安裝 php-xml,所以無法處理上傳後的 xml 檔案。
查詢
php -m|grep xml
安裝後重啟 apache
yum -y install php-xml service httpd restart
再重新上傳一次 xml 檔案就可以了