无法使用xampp

时间:2016-08-08 16:41:52

标签: php xampp

直到昨天我的Apache一切都很好。但是,当我开始它现在得到错误:

名为Apache的服务报告了以下错误:

  

httpd.exe:C:/xampp / apache / conf / httpd.conf的第520行语法错误:
  C:/xampp/apache/conf/extra/httpd-xampp.conf的第17行语法错误:
  无法将C:/xampp/php/php7ts.dll加载到服务器中:找不到指定的模块。

520行是:包含“conf / extra / httpd-xampp.conf”

第17行是:LoadFile“C:/xampp/php/php7ts.dll”

有人? 谢谢

2 个答案:

答案 0 :(得分:0)

显示消息"The specified module could not be found". It means the php7ts.dll module is missed or not exist“ C:/ xampp / php /”目录。

请转到"C:/xampp/php/"目录并检查php7ts.dll模块是否存在,如果不存在,请从here下载。获取php7ts.dll模块并位于"C:/xampp/php/"目录中。重新启动xampp服务器。

希望它对您有用。

答案 1 :(得分:0)

更新php时,请确保可以通过单击C:\xampp\php\php.exe手动启动它。 如果您无法手动启动它,并且在vcruntime140.dll中显示错误,则必须安装它 https://www.microsoft.com/en-us/download/details.aspx?id=52685