Wamp: Apache variable “${INSTALL_DIR}” is not defined

五迷三道 提交于 2021-01-27 17:54:18

问题


I just used the file from Here to upgrade my Wamp Server to PHP 7.2.9. After I install and enable PHP 7.2.9, I look at php_error.log and I see Apache variable "${INSTALL_DIR}" is not defined.

How do I fix this problem? I am using Apache 2.4.9 and MySQL 5.6.17


回答1:


Just declare 'INSTALL_DIR' inside wamp\bin\apache\apache[ your version ]\conf\httpd.conf

Define INSTALL_DIR c:/wamp [ or your wamp path ]



来源:https://stackoverflow.com/questions/52230585/wamp-apache-variable-install-dir-is-not-defined

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!