報錯 Call to undefined function app\common\model\simplexml_load_string() ,解決方法


最新想在自己的雲服務器上使用蘋果cms搭建視頻小程序后端:

環境:

ubuntu18.04+mysql5.7.30+apache2.4+php.7.2

配置過程出現了如下錯誤:

 Call to undefined function app\common\model\simplexml_load_string()

后來參考(報錯 call not undefined function Think\simplexml_load_string() php7.0

這是由於少了一個文件php-xml導致的

根據自己的系統環境:

使用如下命令:

sudo apt-get update

sudo apt-get php7.2-xml

 

安裝完后,重新apache2

sudo service apache2 restart

 

便可以ok


ubuntu18.04 安裝swoole 擴展

 

如何在Ubuntu上在多個PHP版本之間切換 (for swoole)

sg11擴展下載地址

 https://www.sourceguardian.com/loaders.html


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM