我这里有一个损坏的文件,它写的是代码错误。错误消息来自:
Warning: require() [function.require]: open_basedir restriction in effect. File(C:/Websites/contact/contact-files/contact-form-run.php) is not within the allowed path(s): (D:/InetPub/vhosts/carservicecity.net\;C:\Windows\Temp\) in D:\InetPub\vhosts\carservicecity.net\httpdocs\book\form.php on line 13
这完全杀了网站。这是这里的网站Click here to view website
我应该查看哪些文件以及要更正的内容?请帮我这个客户网站。我从其他网站设计师手中接过了网站。
答案 0 :(得分:0)
查看第13行的D:\InetPub\vhosts\carservicecity.net\httpdocs\book\form.php
。应该有一条必须改变的绝对路径。
第13行想要访问C:/Websites/contact/contact-files/contact-form-run.php
,但PHP允许您只访问D:/InetPub/vhosts/carservicecity.net\
和C:\Windows\Temp\
下的文件