Fatal error: Call to undefined function mysqli_connect()

前端 未结 14 1069
面向向阳花
面向向阳花 2020-11-22 14:48

For 2 days now I\'m trying to solve this, but unfortunately no result. Let me tell you my story about the problem. I\'ve bulid an application on a site, and the application

14条回答
  •  说谎
    说谎 (楼主)
    2020-11-22 15:05

    if you use ubuntu 16.04 (maybe and above),you have this module already but not enabled by default. Just do this:

    sudo phpenmod mysqli
    

提交回复
热议问题